I have Wampserver installed on Vista Enterprise and it works fine when I am logged in from my place of work (domain login). But when I run wampserver at home and try testing port 80 (with a script available as part of wampserver), it shows that port 80 is not in use. Windows task Manager shows that httpd.exe is running. But I am unable to access localhost or the local ip (127.0.0.1) from the browser. I have tried adding httpd.exe through the firewall on port 80 for the home / public profile etc. I even edited host file to map localhost to the local ip and commented out the ipv6 entry. But no luck so far. Any suggestions on what could be wrong?
|
Ok. I figured this out. Seems that in httpd.conf, it was just listening on 80 - without an IP. In other words, Apache was "glomming onto all bound IP addresses" - Added the local IP and voila, it shows up. | |||
|
feedback
|
|
Do you have Skype? Skype uses port 80 by default. If you do have Skype, go to:
If you don't have Skype it could also be that port 80 is being used by some other application. Check what processes are being run on port 80. | |||||||||
feedback
|