On 7/3/05, Daniel Dekany <[EMAIL PROTECTED]> wrote:
> Can I use HTTP "Content-Encoding: gzip" for Zope if I use Apache 2? (And
> should I use gzip content-encoding?)
> 
> The mod_gzip doesn't work with Apache 2, but instead it has mod_deflate.
> But mod_deflate can't chose which responses to gzip based on the
> MIME-type for responses that are coming through


would this help?  
#enable deflate on select contents

#AddOutputFilterByType DEFLATE text/html text/plain text/xml
hth
> ProxyPass/ProxyPassReverse. And with Zope I can't rely on extensions
> (like .html), just on the MIME-type. Do I think these well?
> 
> Somebody have solved this (gzip-ing the response bodies)?
> 
> --
> Best regards,
>  Daniel Dekany
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )
> 


-- 
http://myzope.kedai.com.my - my-zope org
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to