I know I can put the server online. But I don't want the server accessible through the internet. Any suggestions?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
I have a vanilla installation of WAMP version 2.2 installed on Windows 7 Pro, but, I am using a custom port (as IIS 7 is already using port 80). When I followed Kelbizzle's answer, my httpd.conf file already had 'Allow from all' permissions set for the \wamp\www folder (default). All I had to do is add an exception to the Windows Firewall for the port I was using to fix this problem. |
|||
|
|
|
Add "Allow from {yourIP}" below "Allow from 127.0.0.1" to the http.conf |
|||
|
|
You could set up the configuration of apache, but I'd suggest installing a proper firewall on the machine and only accept IP ranges in your LAN on port 80. |
|||
|
|