2009-02-18 16:13:59 +00:00
|
|
|
Alias /lconline/ /usr/share/linkchecker/lconline/
|
|
|
|
|
# allow people to read the files
|
|
|
|
|
<Directory "/usr/share/linkchecker/lconline/">
|
2009-01-11 00:26:42 +00:00
|
|
|
Options Indexes MultiViews
|
|
|
|
|
AllowOverride None
|
|
|
|
|
Order allow,deny
|
|
|
|
|
Allow from all
|
|
|
|
|
</Directory>
|
|
|
|
|
|
|
|
|
|
<Location "/cgi-bin/lc.cgi">
|
|
|
|
|
Order deny,allow
|
|
|
|
|
# Before uncommenting the following lines please put IP address
|
|
|
|
|
# of your computer in the Allow line
|
|
|
|
|
# Deny from all
|
|
|
|
|
# Allow from 127.0.0.0/255.0.0.0 REPLACE-WITH.YOUR-HOST.IP-ADDRESS
|
|
|
|
|
# IPv6 addresses work only with apache2
|
|
|
|
|
# Allow from ::1/128
|
|
|
|
|
</Location>
|