[Mod_gzip] mod_gzip und mod_php

Marc Gorisek mailinglistemod_gzip at cathaldar.de
Sat Apr 17 15:09:56 CEST 2004


Hello,

I've got a problem with mod_gzip. My PHP-files are not compressed. I've 
searched for that problem in the internet but I doesn't find a solution.
Server: Apache/1.3.27 (Linux/SuSE) mod_gzip/1.3.26.1a PHP/4.3.1

Can you help me?

Here is my mod_gzip configuration of my httpd.conf

mod_gzip_on Yes
mod_gzip_temp_dir /tmp
mod_gzip_keep_workfiles No
mod_gzip_item_exclude file \.js$
mod_gzip_item_exclude file \.css$
mod_gzip_dechunk              Yes
mod_gzip_command_version      '/mod_gzip_status'
mod_gzip_send_vary            On
mod_gzip_minimum_file_size 500
mod_gzip_maximum_inmem_size 60000
mod_gzip_item_include file \.htm$
mod_gzip_item_include file \.html$
mod_gzip_item_include mime text/.*
mod_gzip_item_include file \.pl$
mod_gzip_item_include file \.php$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime "application/x-httpd-php"
LogFormat "%h %l %u %t \"%V %r\" %<s %b mod_gzip: %{mod_gzip_result}n 
In:%{mod_gzip_input_size}n -< Out:%{mod_gzip_output_size}n = 
%{mod_gzip_compression_ratio}n pct." common_with_mod_gzip_info2
CustomLog /var/log/httpd/mod_gzip common_with_mod_gzip_info2



More information about the mod_gzip mailing list