Page 1 of 1

Port 80 not available

PostPosted: 12. August 2006 00:18
by LawkSalihCom
Hi,

I run windows server 2003 on my machine and I have IIS enabled running on Port 80 and when I tried installing XAMPP on my machine, it said Apache cannot run because port 80 was not available. How can I change the port number for Apache. Should I disable IIS for the time being? I have some test ASP applications that I run here and there.

Lawk Salih
http://www.lawksalih.com

PostPosted: 12. August 2006 00:21
by Wiedmann
How can I change the port number for Apache.

Directive "Listen" in "httpd.conf".

PostPosted: 19. August 2006 03:09
by LawkSalihCom
OK Thanks. I got that fixed. Now I downloaded PhpNukes onto my httdocs and I get the following error:

There seems to be a problem with the MySQL server, sorry for the inconvenience.

We should be back shortly.

Here is my config.php

Code: Select all
$dbhost = "localhost";
$dbuname = "dbname";
$dbpass = "password";
$dbname = "dbname";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "siteKey%/(-derThsR-23";
$gfx_chk = 0;
$subscription_url = "";
$admin_file = "admin";
$tipath = "images/topics/";
$nuke_editor = 0;
$display_errors = false;

PostPosted: 20. August 2006 11:12
by Izzy
Check out the reply I made in your other thread:
http://community.apachefriends.org/f/viewtopic.php?t=19647