PerlLogHandler Apache::RedirectLogFix
For example, you will have to use it when doing:
$r->status(304);
and do some manual header sending, like this:
$r->status(304);
$r->send_http_header( );
Available from the mod_perl distribution. See the module manpage for
more information.