Posted by:
ALF
(---.hsd1.ca.comcast.net)
I installed WAMP5 1.7.0 under Win2k. I did get the same issue of not being able to access [
localhost] nor [
localhost]
I noticed in the ApahceErrorLogs the following:
[error] [client 0.0.0.0] client denied by server configuration: D:/wamp/www/
So in order to access the linkes as mentioned, I added
Allow from 0.0.0.0
in the httpd.conf file and it solve the issues.
The rest of the security settings can be changed as mentioned within the rest of the forum listings and the FAQs within this site.
I hope that this helps as I did not understand why when accessing port 80 (Apache using port 80) it was sending IP 0.0.0.0 and not 127.0.0.1 as it should. I installed a small experimental webserver in port 8080 and ip 127.0.0.1 was showing in the logs, so you are right. Something is buggy in apache's release.
A.L.F.
PS: Take Care,
