http://www.espphotography.com/robots.txt is where it's at...
# ls -al robots.txt
4 -rw-r--r-- 1 root admin 27 May 22 10:10 robots.txt
It's been the same:
# cat robots.txt
User-agent: *
Disallow: /
since May 22nd.
I'm getting HAMMERED with robots.txt requests...
If I grep my access_log for a IP requesting robots.txt, then grep for
that IP:
# grep 74.6.19.115 /var/log/httpd/access_log
74.6.19.115 - - [13/Sep/2007:12:54:04 -0700] "GET /robots.txt
HTTP/1.0" 200 27 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp;
http://help.yahoo.com/help/us/ysearch/slurp)"
74.6.19.115 - - [13/Sep/2007:14:44:30 -0700] "GET /robots.txt
HTTP/1.0" 200 27 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp;
http://help.yahoo.com/help/us/ysearch/slurp)"
74.6.19.115 - - [14/Sep/2007:02:45:37 -0700] "GET /robots.txt
HTTP/1.0" 200 27 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp;
http://help.yahoo.com/help/us/ysearch/slurp)"
74.6.19.115 - - [14/Sep/2007:19:10:57 -0700] "GET /robots.txt
HTTP/1.0" 200 27 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp;
http://help.yahoo.com/help/us/ysearch/slurp)"
74.6.19.115 - - [15/Sep/2007:06:35:38 -0700] "GET /robots.txt
HTTP/1.0" 200 27 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp;
http://help.yahoo.com/help/us/ysearch/slurp)"
74.6.19.115 - - [15/Sep/2007:15:34:40 -0700] "GET /robots.txt
HTTP/1.0" 200 27 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp;
http://help.yahoo.com/help/us/ysearch/slurp)"
74.6.19.115 - - [16/Sep/2007:13:55:54 -0700] "GET /robots.txt
HTTP/1.0" 200 27 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp;
http://help.yahoo.com/help/us/ysearch/slurp)"
74.6.19.115 - - [17/Sep/2007:17:48:55 -0700] "GET /robots.txt
HTTP/1.0" 200 27 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp;
http://help.yahoo.com/help/us/ysearch/slurp)"
74.6.19.115 - - [18/Sep/2007:20:56:39 -0700] "GET /robots.txt
HTTP/1.0" 200 27 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp;
http://help.yahoo.com/help/us/ysearch/slurp)"
74.6.19.115 - - [19/Sep/2007:07:19:48 -0700] "GET /robots.txt
HTTP/1.0" 200 27 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp;
http://help.yahoo.com/help/us/ysearch/slurp)"
74.6.19.115 - - [20/Sep/2007:00:05:23 -0700] "GET /robots.txt
HTTP/1.0" 200 27 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp;
http://help.yahoo.com/help/us/ysearch/slurp)"
74.6.19.115 - - [20/Sep/2007:04:52:21 -0700] "GET /robots.txt
HTTP/1.0" 200 27 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp;
http://help.yahoo.com/help/us/ysearch/slurp)"
What, does disallow only work for a day?
Am I missing something?
Any help appreciated.
Thanks.
--
To reply via e-mail, remove The Obvious from my e-mail address.