Tofu Optimist wrote:
I would like to append a small line of log information
to a file on certain apache2 requests. For this
application, I am very concerned about speed, so i'm
looking for fast simple solutions.

if speed is the concern, just stick to apache's native logging mechanism.


see recipe 16.5, "Conditional Logging" in the mod_perl developer's cookbook:

http://www.modperlcookbook.org/chapters/ch16.pdf

in mod_perl 2.0, it's still $r->subprocess_env(), but you need to load APR::Table first.

HTH

--Geoff



--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to