[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] [RAQ3] Apache User-Agent blocking for all sites
- Subject: RE: [cobalt-users] [RAQ3] Apache User-Agent blocking for all sites
- From: "Dan Kriwitsky" <list1@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon Dec 9 10:10:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> SetEnvIfNoCase User-Agent "^EmailSiphon" bad_bot SetEnvIfNoCase
> User-Agent "^EmailWolf" bad_bot
>
> <Directory "/home/sites/*/">
> Order Allow,Deny
> Allow from all
> Deny from env=bad_bot
> </Directory>
>
>
Looks right according to
http://test.evolt.org/article/Using_Apache_to_stop_bad_robots/18/15126/?
format=print
Although I don't know if you need /*/ I think just /home/sites/ would
cover every directory you're concerned about below that.
You might want to see http://www.neilgunton.com/spambot_trap/ as well
especially http://www.neilgunton.com/spambot_trap/bad_agents.txt
--
C2002 Dan Kriwitsky
Please reply to the list only. Off list replies are not read.