terra Posted November 12, 2006 Share Posted November 12, 2006 i have a unique problem. i have wamp installed (apache, php, phpmyadmin, MySQL). The problem is i cannot use localhost to access my site.My Config file Listen 8080NamevirtualHost 192.168.0.15<Virtualhost localhost:8080>DirectoryIndex index.phpDocumentRoot "D:\myste"</Virtualhost>The problem is if i enter 127.0.0.1 in my browser (explorer on Windows) i can access my site BUT if i use localhost i cannot access my site.Also, i cannot access my site from another computer over LAN even if i use IP based virtual hosting.Please help Link to comment https://forums.phpfreaks.com/topic/27011-my-apache-server-is-not-running-on-ip-address/ Share on other sites More sharing options...
wildteen88 Posted November 12, 2006 Share Posted November 12, 2006 You'll want to use http://localhost:8080 as your have set up the virtual host on port 8080http://localhost/ will call port 80 Link to comment https://forums.phpfreaks.com/topic/27011-my-apache-server-is-not-running-on-ip-address/#findComment-123500 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.