Re: [us...@httpd] Deflate - Logging ratios

2009-07-28 Thread Anantha Padmanabha
Hi Eric, I added content-encoding and the logs are similar: 192.168.0.57- - [28/Jul/2009:21:28:06 +0530]"GET /bankdb/dashboard.html HTTP/1.1" 200 16183 1151294 "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5" 1289 16729 -/- (-)

Re: [us...@httpd] Deflate - Logging ratios

2009-07-28 Thread Eric Covener
On Tue, Jul 28, 2009 at 8:31 AM, Anantha Padmanabha wrote: >    AddOutputFilterByType DEFLATE text/html text/plain text/xml > 192.168.0.57    -   -   [28/Jul/2009:17:56:57 +0530]    "GET > /credit-card/apply-online.html HTTP/1.1"   200 14722   418995 > "Mozilla/5.0 (X11; U; Linux i68

[us...@httpd] Deflate - Logging ratios

2009-07-28 Thread Anantha Padmanabha
Hi, I am using Apache 2.2.8. I tried to add logging for deflate [gzip] ratios in a dev machine by looking at http://httpd.apache.org/docs/2.0/mod/mod_deflate.html and some other articles on internet. Heres the configuration used: AddOutputFilterByType DEFLATE text/html text/plain text/xml D