Hello there,
I have some entries in my error_log that driving me crazy.

[Tue Nov 15 15:06:36 2011] [error] [client 74.125.78.92] request failed: error reading the headers, referer: http://www.example.com/page1.html [Tue Nov 15 15:06:36 2011] [error] [client 66.102.12.89] request failed: error reading the headers, referer: http://www.example.com/page5.html [Tue Nov 15 15:09:32 2011] [error] [client 74.125.78.86] request failed: error reading the headers, referer: http://www.example.com/page18.html

There are many more entries like that with other pages on my server.
These are all IPs from Google. I fear that Google is not able to view my pages the correct way. I’m not sure but maybe these error logs are there since I added a rewrite rule from http://example.com to http://www.example.com.

RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]

Can this be the cause of the error?
Has anybody an idea why I'm getting this error?

Dont know if it matters. I'm using Drupal 6 at the page where getting the errors.

Thanks for help.

Greets
Manuel

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to