[plug] Apache Access
Lyndon Kroker
ljkroker at netvigator.com
Wed Sep 11 12:24:18 WST 2002
I have now put all the <Directory> directives back in httpd.conf. This was
my last (unsuccessful) attempt to block my own ip address:
<Directory /var/www/html>
Order Allow,Deny
Allow from all
Deny from 11.22.33.44
</Directory>
I also tried:
<Directory /var/www/html>
Order Allow,Deny
Allow from all
Deny from myisp.com
</Directory>
No joy there either.
I have to take a sanity break from this for a while. Later I will post the
relavent portion from httpd.conf including all areas with controlled access.
Cheers,
Lyndon
More information about the plug
mailing list