is it possible get the deflate information in reuest object
am 12.10.2009 11:36:34 von Shibi NS--00504502bab2609cac0475b9aa5c
Content-Type: text/plain; charset=ISO-8859-1
I have following configiration in my apache
Header append Vary User-Agent env=!dont-vary
DeflateBufferSize 8096
DeflateCompressionLevel 4
DeflateMemLevel 9
DeflateWindowSize 15
DeflateFilterNote Input instream
DeflateFilterNote Output outstream
DeflateFilterNote Ratio ratio
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 ?
--Shibi Ns--
--00504502bab2609cac0475b9aa5c
Content-Type: text/html; charset=ISO-8859-1
I have following configiration in my apache
Header append Vary User-Agent env=!dont-vary
DeflateBufferSize 8096
DeflateCompressionLevel 4
DeflateMemLevel 9
DeflateWindowSize 15
DeflateFilterNote Input instream
DeflateFilterNote Output outstream
DeflateFilterNote Ratio ratio
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 ?
--Shibi Ns--
--00504502bab2609cac0475b9aa5c--