se505-buildsystem/stage2.skel/etc/httpd.conf

10 lines
438 B
ApacheConf

# httpd.conf has the following format:
# ip:10.10. # Allow any address that begins with 10.10.
# ip:172.20. # Allow 172.20.x.x
# /cgi-bin:foo:bar # Require user foo, pwd bar on urls starting with /cgi-bin
# /:foo:bar # Require user foo, pwd bar on urls starting with /
#
# To open up the server:
# ip:* # Allow any IP address
# /:* # no password required for urls starting with / (all)