Serendipity works, but errorsin error_log w/ each page load

Having trouble installing serendipity?
Post Reply
jjohnstn
Regular
Posts: 6
Joined: Thu Nov 24, 2005 12:35 am

Serendipity works, but errorsin error_log w/ each page load

Post 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?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

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

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply