[Mod_gzip] handlers and missing directories
Glenn
mod_gzip@lists.over.net
Mon, 31 Mar 2003 19:00:10 -0500
On Mon, Mar 31, 2003 at 08:56:11PM +0100, Gareth Kirwan wrote:
> The handler for the entire site is Mason.
Try
mod_gzip_item_include handler perl-script
or, if that does not work, try
mod_gzip_item_include uri .
and take a look at Michael's excellent documention on how the
different types of mod_gzip_item_include interact in phase 1
and phase 2 of mod_gzip processing to determine whether or not
to compress.
http://www.schroepl.net/projekte/mod_gzip/config.htm
Cheers,
Glenn