It works fine for me...

a random entry from my log:

0xc159be10.boanxx2.adsl.tele.dk - - [02/Dec/2001:13:01:45 +0100] + 4 
davh.dk davh.dk 200 200 1604 "GET /perl/pla/calc.pl HTTP/1.1" "-" 
"Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90)" 78pct.

Was compressed 78%

my config:

<IfModule mod_gzip.c>
  mod_gzip_on                 Yes
  mod_gzip_dechunk            Yes
  mod_gzip_minimum_file_size  300
  mod_gzip_maximum_file_size  0
  mod_gzip_maximum_inmem_size 100000
  mod_gzip_keep_workfiles     No
  mod_gzip_temp_dir           /tmp
  mod_gzip_can_negotiate      Yes
  mod_gzip_item_include       file \.html$
  mod_gzip_item_include       file \.jsp$
  mod_gzip_item_include       file \.php$
  mod_gzip_item_include       file ^$
  mod_gzip_item_include       file \.pl$
  mod_gzip_item_include       mime ^text/.*
  mod_gzip_item_include       mime ^application/x-httpd-php
  mod_gzip_item_include       mime ^httpd/unix-directory$
  mod_gzip_item_include       handler ^perl-script$
  mod_gzip_item_include       handler ^server-status$
  mod_gzip_item_include       handler ^server-info$
#  mod_gzip_item_exclude       file \.css$
#  mod_gzip_item_exclude       file \.js$
  mod_gzip_item_exclude       mime ^image/.*
</IfModule>


-- 
Dennis
use Inline C => qq{void p(char*g){printf("Just Another %s Hacker\n",g);}};p("Perl");


Reply via email to