If you're using Apache 2.x then you need mod_deflate

http://httpd.apache.org/docs-2.0/mod/mod_deflate.html

Subir

-----Original Message-----
From: Tim Funk [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 01, 2003 8:12 AM
To: Tomcat Users List
Subject: Re: GZIP-encoding/mod_gzip and Tomcat??


mod_gzip works with jk

Just make sure that you have the following:
mod_gzip_dechunk              Yes

-Tim

Mike Baroukh wrote:
>>No need for it in the connector if you're using apache! :)
>>You can get a mod_gzip module and do it from Apache which would 
>>probably be faster.
> 
> 
> Are you sure ?
> Has somebody already used mod_gzip with Apache & Tomcat ?
> 
> I use it with Resin, but it was not possible with tomcat because 
> mod_jk replied directly to the client (so I think ...). There was many

> message on newsgroups about this. We had to adapt the sample gzip 
> filter provided with tomcat.
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to