Package: libapache-mod-gzip
Severity: important
Version: 1.3.26.1a-8

We're updated debian from woody to sarge last week and after this we had
an massive traffic increase. Some time of research shows us that
mod_gzip wasn't working anymore.

Our sarge hosts are plain FAI installed with original debian packages
with some little configuration changes.

After a lot of testing today i think there is a bug in libapache-mod- gzip
(possibly in libapache-mod-fastcgi) which prevents this both modules
to proper work together.

All files not using fastcgi (for example .html, .jpg and so on) coming
with "Transfer-Encoding: gzip" in the header sent by apache. But if i
try to get a fastcgi processed request the header always say
"Transfer-Encoding: chunked".

Played with all possible configuration options for mod_gzip, but doesn't
effect anything. Here my current mod_gzip config in the httpd.conf:

mod_gzip_on Yes
mod_gzip_minimum_file_size 500
mod_gzip_maximum_file_size 500000
mod_gzip_maximum_inmem_size 60000
mod_gzip_min_http 1000
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime httpd/unix-directory
mod_gzip_item_include file \.txt$
mod_gzip_item_include file \.html$
mod_gzip_item_include file \.shtml$
mod_gzip_item_include file \.jsp$
mod_gzip_item_include file \.swf$
mod_gzip_item_include file \.pl$
mod_gzip_item_include file \.fpl$
mod_gzip_item_include mime ^application/x-shockwave-flash
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_include handler ^cgi-script$
mod_gzip_item_exclude file \.css$
mod_gzip_item_exclude file \.js$
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude reqheader User-Agent:.*Mozilla\/4\.0.*\([^c]
mod_gzip_dechunk Yes

dpkg -l output

||/ Name                   Version         Description
+++-======================-===============- ======================================= ii apache 1.3.33-6sarge1 versatile, high- performance HTTP server
ii  libapache-mod-fastcgi  2.4.2-6         FastCGI module for Apache
ii libapache-mod-gzip 1.3.26.1a-8 HTTP compression module for Apache


hope this would help in developing

kind regards
Christoph Neukirch


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.13.1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to