[plug] Apache Access
Colin Muller
colin at twobluedots.com.au
Wed Sep 11 12:29:38 WST 2002
Perhaps you have a Location section for this same area, with more lax
permissions which are overriding the Directory ones?
Colin
On Wed, Sep 11, 2002 at 12:24:18PM +0800, Lyndon Kroker wrote:
> 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