Forum Moderators: DixonJones
I have some abbreciated GET URLs in my Apache2 logs.
First I noticed them with Ask before some time as producing 404s.
But now I have it with Slurp too. Strange is that MSN produced did to but not the 404 as the others.
65.214.44.44 - - [07/Feb/2005:11:47:00 +0100] "GET /robots.txt HTTP/1.0" 200 69 "-" "Mozilla/2.0 (compatible; Ask Jeeves/Teoma)"
65.214.44.44 - - [07/Feb/2005:11:47:02 +0100] "GET /f/foobar/foobar_foo...foobarfoobar1.html HTTP/1.0" 404 335 "-" "Mozilla/2.0 (compatible; Ask Jeeves/Teoma)"
68.142.251.155 - - [10/Feb/2005:06:40:44 +0100] "GET /f/foobar1/foobar_foo...r.html HTTP/1.0" 404 335 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; [help.yahoo.com...]
68.142.249.95 - - [10/Feb/2005:08:52:09 +0100] "GET /f/foobar2/foobarxdd_foo...r.html HTTP/1.0" 404 335 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; [help.yahoo.com...]
207.46.98.54 - - [10/Feb/2005:14:29:50 +0100] "GET /f/foobar3/foobar_foo...rdsds.html HTTP/1.0" 200 25539 "-" "msnbot/1.0 (+http://search.msn.com/msnbot.htm)"
So what do I miss here? Is Apache shorten some GETs in the logs (I have seen much longer in the logs like from image searches.)
Any help appreciated?