linkchecker/config/linkchecker.apache2.conf

21 lines
658 B
Text
Raw Normal View History

2009-07-22 21:27:46 +00:00
ScriptAlias /lconline/lc.cgi /usr/lib/cgi-bin/lc.cgi
Alias /lconline/ /usr/share/linkchecker/lconline/
# allow people to read the files
<Directory "/usr/share/linkchecker/lconline/">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
2009-07-22 21:27:46 +00:00
<Location "/lconline/lc.cgi">
Order deny,allow
2009-07-22 21:27:46 +00:00
Deny from all
Allow from 127.0.0.0/255.0.0.0
# Before uncommenting the following lines please put IP address
# of your computer in the Allow line
2009-07-22 21:27:46 +00:00
# Allow from REPLACE-WITH.YOUR-HOST.IP-ADDRESS
# IPv6 addresses work only with apache2
2009-07-22 21:27:46 +00:00
Allow from ::1/128
</Location>