You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Zabel, Ian" <IZ...@cirqit.com> on 2002/10/03 22:47:57 UTC

Tomcat 4.0.5 + mod_jk + mod_gzip + Apache 1.3.26

I did a little searching with Google on configuring mod_gzip to work with
Tomcat and mod_jk, but only found one message thread concerning a guy who
couldn't get it working.

Is it possible to use mod_gzip with Tomcat and the mod_jk connector, and
where can I find a good resource on this?

Ian.

Re: Tomcat 4.0.5 + mod_jk + mod_gzip + Apache 1.3.26

Posted by Tim Funk <fu...@joedog.org>.
Step one - turn gzip off
Step two - get apache taking to one another OK without gzip
Step three- turn gzip back on and make sure dechunking is enabled.
Tomcat returns its data chunked. mod_gzip doesn't understand
chunked data unless you have the following:
################################
mod_gzip_dechunk Yes
################################

gzip documentation page:
http://www.remotecommunications.com/apache/mod_gzip/src/1.3.19.1a/commands.txt

Zabel, Ian wrote:
> I did a little searching with Google on configuring mod_gzip to work with
> Tomcat and mod_jk, but only found one message thread concerning a guy who
> couldn't get it working.
> 
> Is it possible to use mod_gzip with Tomcat and the mod_jk connector, and
> where can I find a good resource on this?
> 
> Ian.
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>