Dec 7, 2001 #1 DeepBlerg Technical User Jan 13, 2001 224 AU Hi, I am new to Apache and have just installed it on my Win98 computer. Is there a way of turning the Apache server on but only allowing access to myself instead of having it available to the internet via my IP address? Thanks.
Hi, I am new to Apache and have just installed it on my Win98 computer. Is there a way of turning the Apache server on but only allowing access to myself instead of having it available to the internet via my IP address? Thanks.
Dec 8, 2001 #2 danielhozac Programmer Aug 21, 2001 2,058 SE In your httpd.conf file search for #BindAddress * and replace that with BindAddress localhost. //Daniel Upvote 0 Downvote
In your httpd.conf file search for #BindAddress * and replace that with BindAddress localhost. //Daniel
Dec 9, 2001 #3 RhythmAce Technical User May 22, 2001 2,869 FR You also need to make sure "Listen xx.xxx.x.xx" is commented out or the ip is set to 127.0.0.1. Upvote 0 Downvote
You also need to make sure "Listen xx.xxx.x.xx" is commented out or the ip is set to 127.0.0.1.