Title: Message
Good morning.
 
After reading the latest Google Webmaster blog entry (http://googlewebmastercentral.blogspot.com/2006/09/how-to-verify-googlebot.html) I got to thinking about how one might be able to configure Apache deny visits from bots that purport to be Googlebot (or anything else) but do not pass the double reverse lookup for googlebot.com.
 
Reading the docs, it looks like mod_access will do a double reverse lookup on something like:
 
Allow from googlebot.com
 
And mod_access can also respect env variables set via
 
SetEnvIf User-Agent Googlebot
 
But, how would a webmaster go about combining these to stop scammers?
 
Thanks for any tips!
 
-Brice

Reply via email to