You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Carlo Romagnoli <ca...@pimm.it> on 2003/05/22 11:55:58 UTC

mod_gzip configuration..Is possible?

Hi all, someone can help me to configure the mod_gzip on tomcat 4.0 ?

Tks in advance
Carlo

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: mod_gzip configuration..Is possible?

Posted by Tim Funk <fu...@joedog.org>.
Make sure to have mod_gzip_dechunk equal to yes. Otherwise no tomcat requests 
will be compressed.

You'll need to tweak ...

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           /usr/local/httpd/tmp
mod_gzip_item_include       file \.jsp$
mod_gzip_item_include       mime ^text/.*
mod_gzip_item_exclude       file \.css$
mod_gzip_item_exclude       file \.js$
mod_gzip_item_exclude       mime ^image/.*


-Tim


Carlo Romagnoli wrote:
> Hi all, someone can help me to configure the mod_gzip on tomcat 4.0 ?
> 
> Tks in advance
> Carlo
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: mod_gzip configuration..Is possible?

Posted by Holger Klawitter <li...@klawitter.de>.
Am Donnerstag, 22. Mai 2003 11:55 schrieb Carlo Romagnoli:
> Hi all, someone can help me to configure the mod_gzip on tomcat 4.0 ?

mod_* stuff is apache specific, isn't it?

Mit freundlichem Gruß / With kind regards
	Holger Klawitter
--
lists@klawitter.de


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org