Posted by:
CyberSpatium
(---.hsd1.or.comcast.net)
make sure you restart apache after you edit the httpd.conf file, or the new settings will not take effect.
If restarting did not fix the problem, remove those three lines I told you to add to your httpd.conf file.
We need to see if this problem is an apache problem, or firewall related. apache runs on port 80, but we can change and add ports for apache to use. for testing, we will add 2 other ports for apache to use, and then will test it to see if it works.
Open up your httpd.conf file, and find this line:
Listen 80
Below that line, add these two line:
Listen 81
Listen 8080
Save the file. now apache listens on port 80, 81, and 8080, which are all default httpd ports. Now you need to test everything. access these urls and tell me if you get any errors or problems access these two pages:
[
localhost]
[
localhost]
Tell me any errors you get, or problems accessing those urls. Also check your apache error log located here:
C:\wamp\logs\apache_error.log
Apache saves all the newest error info at the bottom of the error log file, so all the newest errors will be shown at the bottom of the file.