Hendrik Van Belleghem wrote:
Hi André,
If you're looking into the mod_perl approach, you might want to have a peek
at Apache::LogIgnore. I developed the module for Apache v1 and haven't
tested it on v2 but it might be a good place to start.
http://search.cpan.org/~beatnik/Apache-LogIgnore-0.03/
Many thanks.
I just had a look at the module.
From what I understand, it returns DONE whenever a condition matches,
the idea being probably then to skip other logging steps.
But according to the mod_perl 2.x docs quoted in previous messages, that
would still let the other log handlers run.
But, maybe the mp2 docs are wrong ?
I guess I'll have to test that under Apache2/mp2.