0
votes

I am seeing these error entries in our apache logs all the time. We have the FB like button on our website

Any suggestions on what's causing it, or how to rectify?

[Fri Oct 18 07:50:22 2013] [error] [client 108.168.210.164] File does not exist: /var/www/www.facebook.com

[Fri Oct 18 07:50:49 2013] [error] [client 108.168.210.164] File does not exist: /var/www/www.facebook.com

[Fri Oct 18 07:50:54 2013] [error] [client 5.10.84.4] File does not exist: /var/www/www.facebook.com

1
Probably a missing "http://" on the URLs. - Colin 't Hart
Silly me... that's it! - user2431427

1 Answers

0
votes

More often than not, Apache errors of the form

[Fri Oct 18 07:50:22 2013] [error] [client 108.168.210.164] File does not exist: /var/www/www.hostname.com

indicate that the client has received a relative URL, ie one without "http://".