Page 1 of 1

Serendipity works, but errorsin error_log w/ each page load

Posted: Sun Nov 27, 2005 3:33 am
by jjohnstn
I have installed Serendipity 0.9 and it seems to work okay, however when reviewing my error_log after site launch, it seems to write four lines with each page load:

[Sat Nov 26 21:21:29 2005] [error] [client 12.210.179.151] File does not exist: /home/httpd/vhosts/unsafeworld.com/httpdocs/uwreports/archives/13-Emergency-Communications.html, referer: http://www.unsafeworld.com/
[Sat Nov 26 21:21:29 2005] [error] [client 12.210.179.151] File does not exist: /home/httpd/vhosts/unsafeworld.com/httpdocs/uwreports/serendipity.css, referer: http://www.unsafeworld.com/uwreports/ar ... tions.html
[Sat Nov 26 21:21:29 2005] [error] [client 12.210.179.151] File does not exist: /home/httpd/vhosts/unsafeworld.com/httpdocs/uwreports/plugin
[Sat Nov 26 21:21:30 2005] [error] [client 12.210.179.151] File does not exist: /home/httpd/vhosts/unsafeworld.com/httpdocs/uwreports/plugin, referer: http://www.unsafeworld.com/


There are no files in the archives folder.. should there be?

Re: Serendipity works, but errorsin error_log w/ each page l

Posted: Sun Nov 27, 2005 2:28 pm
by garvinhicking
What you are experiencing is the Feature of Apache URL Rewriting to create pretty URLs.

It works with the ErrorDocument handler, which is responsible for those logfile entries. But the file will be delivered still.

If you don't like the errors, you can only disable URL rewriting or use mod_rewrite, if it'S available on your server.

Regards,
Garvin