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 -/- (-) gzip 192.168.0.57 - - [28/Jul/2009:21:28:07 +0530] "GET /scripts/jquery/jquery.validate.js HTTP/1.1" 200 9194 6507 "Mozilla/5.0(X11; U; Linux i686; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5" 965 9721 9176/34766 (26) gzip 192.168.0.57 - - [28/Jul/2009:21:28:09 +0530] "GET /styles/bankdb2_additional.css HTTP/1.1" 200 2004 1873 "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5" 1241 2638 1986/10886 (18) gzip 192.168.0.57 - - [28/Jul/2009:21:28:09 +0530] "GET /images/phone_sound.png HTTP/1.1" 200 703 443 "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5" 981 1082 -/- (-) - Images dont get compressed and hence content-encoding does not mention gzip. But html mentions gzip but does not print the ratio. Could it be buggy module? How to investigate further? Regarding your question about logs and command line differing, I was trying it from my firefox browser. I had run it from command line to verify that gzip comes back in responde header. Also verified that for requests from command line also ratio is not present in logs Thanks Anantha On Tue, Jul 28, 2009 at 7:10 PM, Eric Covener <cove...@gmail.com> wrote: > On Tue, Jul 28, 2009 at 8:31 AM, Anantha > Padmanabha<anantha.padmana...@bankbazaar.com> 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 i686; en-US; rv:1.9.1) Gecko/20090624 > > Firefox/3.5" 1257 15257 -/- (-) > > 192.168.0.57 - - [28/Jul/2009:17:56:58 +0530] "GET > > /scripts/validate/ccefrm.js HTTP/1.1" 200 2325 11741 > > "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1) Gecko/20090624 > > Firefox/3.5" 1225 2974 2307/9821 (23) > > > > Please help me understand why ratio is not appearing for html files. > > Do you have some other DEFLATE configuration? Your results seem > unusually opposite of what your config is. > > Why dos your access log not show the same request as your command line > client? > > Do you disable compression via any SetEnv/SetEnvIf? Can you log > %{Content-Encoding}o? > > > > -- > Eric Covener > cove...@gmail.com > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > >