[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] blocking a crawler



> The other option is in access.conf
>
> <Directory /home/sites/site#/path/to/dir>
> Order allow,deny
> allow from all
> deny from xx.xx.xxx.xx
> #xx = IP
> </Directory>
> Dan Kriwitsky

lot's of extra work.... First it's most likely trying to make sure thats the
real page... and your not pulling it's leg...  but...

in the access.conf file you will find
# Controls who can get stuff from this server.
(and you can use domain.tld to block them on a serverwide basis.....)
order allow,deny
allow from all
deny from baddomainname.tld
AuthFailDelay 2000000
</Directory>

Zeffie
http://www.zeffie.com/