RE: Resin 2.1.0/2.1.4 and mod_gzip

From: Adam Langley <resin@xxx.co.nz>
Date: Thu Sep 19 2002 - 17:28:02 PDT

I have this problem too. I would prefer to use mod_gzip, as the apache
modules incorporate memory compression so files that don't change are
served from memory rather than recompressed, its a lot more efficient
than using a servletfilter for example.
Why is resin bypassing the regular output stream that mod_gzip is
compressing?

 - Adam Langley

-----Original Message-----
From: owner-resin-interest@xxx.com
[mailto:owner-resin-interest@xxx.com] On Behalf Of Fergus Gallagher
Sent: Thursday, 19 September 2002 8:16 p.m.
To: resin-interest@xxx.com
Subject: Re: Resin 2.1.0/2.1.4 and mod_gzip

A relatively quick workaround is to do the gzip yourself. Java uses
zlib so it's fast enough....

On Thu, Sep 19, 2002 at 09:43:30AM +0200, Tarabas wrote:
> Hi ...
>
> Yesterday I experienced a little problem with my Resin and mod_gzip.
>
> I upgraded my mod_caucho.so to version 2.1.0 (formerly 2.0.4) and
> suddenly my mod_gzip didn't work for my JSPs anymore. The Config seems

> to be correct because when I change back to mod_gzip from version
> 2.0.4 it work's fine.
>
> I guess this is a bug in mod_caucho from version 2.1.0 on!
>
> The following combination works:
>
> mod_gzip 1.3.19.1a or 1.3.19.2a + mod_caucho from version 2.0.4
>
> these combinations don't work:
>
> mod_gzip 1.3.19.1a or 1.3.19.2a + mod_caucho from version 2.1.0
> mod_gzip 1.3.19.1a or 1.3.19.2a + mod_caucho from version 2.1.4
>
> This is very bad for me because there is a serious bug in resin 2.0.4
> which seems to be fixed in > 2.1.0 concerning POST-Data (e.g. from big

> textareas) being cut off after about 1300 characters. But since my
> Site needs mod_gzip a lot (without it makes 8 GB/Day, with it's just 2

> GB/Day) I cannot lose the mod_gzip.
>
> Any suggestions how to get mod_gzip to work with mod_caucho in
> versions from 2.1.0 up?
>
> Regards ... Manuel ...

-- 
Fergus Gallagher          Tel: +44 (20) 8742 1600
Orbis                     Fax: +44 (20) 8742 2649
414 Chiswick High Street  email: Fergus.Gallagher@xxx.com
London  W4 5TL            Web: http://www.orbisuk.com
Received on Thu 19 Sep 2002 17:28:02 -0700

This archive was generated by hypermail 2.1.8 : Thu Sep 28 2006 - 20:17:15 PDT