May 1, 2007 #1 carlg Programmer Joined Jun 23, 2004 Messages 88 Location US How do I set up apache so it can only be seen from my local machine? I'm on a network and I don't want other machines on the network to see my apache instance. Thanks carl
How do I set up apache so it can only be seen from my local machine? I'm on a network and I don't want other machines on the network to see my apache instance. Thanks carl
May 1, 2007 1 #2 feherke Programmer Joined Aug 5, 2002 Messages 9,541 Location RO Hi Code: Listen 127.0.0.1:80 http://httpd.apache.org/docs/2.0/mod/mpm_common.html#listen Feherke. http://rootshell.be/~feherke/ Upvote 0 Downvote
Hi Code: Listen 127.0.0.1:80 http://httpd.apache.org/docs/2.0/mod/mpm_common.html#listen Feherke. http://rootshell.be/~feherke/