Page 1 of 1

Configuring Apache Web Server for localhost

Posted: Wed Sep 14, 2011 12:35 am
by NeelamHere
I have installed apache web server 2 but it does not connect to port 80 that is local host. Thus it does not execute any files.

Re: Configuring Apache Web Server for localhost

Posted: Wed Sep 14, 2011 3:29 am
by VladSun
Try shutting down Skype before starting the Apache server.

Re: Configuring Apache Web Server for localhost

Posted: Wed Sep 14, 2011 9:19 am
by NeelamHere
I haven't installed Skype on Windows XP.

Re: Configuring Apache Web Server for localhost

Posted: Wed Sep 14, 2011 9:27 am
by VladSun
Well, that's the most often seen problem with Apache and Skype :) That's why I suggested it.

Please, post Apache error logs.

Also see if port 80 is already used before starting the Apache:

[text]netstat -ao |find /i "listening"[/text]