[Zope] mod_gzip

Bak @ kedai kedai@kedai.com.my
Sat, 4 Aug 2001 02:10:56 +0800


>ok,
>
>I installed it (mod_gzip) on my servers.
>It works with static apache pages, php served pages, but NOT with my Zope
>pages:(
>
>Here is my http.conf :
>
>mod_gzip_on Yes
>mod_gzip_item_include mime application/x-httpd-php
>mod_gzip_item_include mime application/x-httpd-cgi
>mod_gzip_item_include mime text/*
>mod_gzip_dechunk Yes
>mod_gzip_item_exclude mime image/*
>

this my setup 
zope and mod_pcgi2

try and add these if you're using mod_pcgi,pcgi2, fcgi 

mod_gzip_item_include file "_html$"
mod_gzip_item_include handler "^pcgi-handler$"