I recently upgraded my server to Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8i mod_apreq2-20090110/2.7.1 mod_perl/2.0.5-dev Perl/v5.10.1 in which everything mentioned is new except OpenSSL. It has been running fine, but there are a few messages in error_log, of a type not seen before:
In each pair of lines, the 1st is from error_log while the 2nd is from access_log (abbreviated). All of the errors occurred on requests for jpg thumbnails that are cached by conf statements like these:
The error handling is stock Apache; the httpd.conf file was carried over from earlier versions of 2.2, and includes:
The only mod_perl2 handler that is invoked for a .jpg file is a fixup handler, and it for sure :) only returns OK. Are such errors familiar to anyone? Is there anything I can do to eliminate them? Thanks, cmac |