Re: Suggestion on how to GZIP a response?

Joshua Paine <[email protected]> Wed, 15 Aug 2007 15:25:32 -0400
Newsgroups gmane.comp.java.helma.general
Message-ID <[email protected]>
Kris Leite wrote:
> I was wondering if anybody has a suggestion on how to configure Helma to 
> GZIP the responses?

If you're proxying through apache, it's as easy as enabling mod_deflate 
in your server and adding this to your virtual host:

SetOutputFilter DEFLATE

I have no idea otherwise, though.