On Mon 12 Oct 2009, Shibi NS wrote:
> LogFormat '"%r" %{outstream}n/%{instream}n (%{ratio}n%%)
> "%{User-agent}i"' deflate
> CustomLog /var/log/httpd/deflate_log deflate
>
> Can I get the Input/Output and Ratio information in Apache2 Request
> object or PerlLogHandler ?
in a PerlLogHandler you should be able to read them as
$r->notes->{ratio} etc.
Torsten
--
Need professional mod_perl support?
Just hire me: [email protected]
