Originally posted by: nweaver
httpd.conf
allow only access from your private network address (it's in there, scroll down).
Unless you replaced the httpd.conf (may be apache.conf, depending on versions, etc) it's well commented.
Originally posted by: blurredvision
I am very limited in knowledge, but it was always my understanding that Apache was configured, at default, to only be accessible on the network. You only had to fool with the conf file to open it up to the net.
Originally posted by: MCrusty
Originally posted by: blurredvision
I am very limited in knowledge, but it was always my understanding that Apache was configured, at default, to only be accessible on the network. You only had to fool with the conf file to open it up to the net.
Not sure on 2.0, but the default install of 1.3 in debian opens it up to everyone, unless you have a firewall. In that case you also have to open the port on the firewall.