[Mod_gzip] handlers and missing directories

Gareth Kirwan mod_gzip@lists.over.net
Mon, 31 Mar 2003 17:05:26 +0100


mod_gzip_on                     Yes
mod_gzip_dechunk                Yes
mod_gzip_can_negotiate          Yes
mod_gzip_static_suffix          .gz
mod_gzip_update_static          Yes
mod_gzip_keep_workfiles         No
mod_gzip_minimum_file_size      500
mod_gzip_maximum_file_size      0
mod_gzip_maximum_inmem_size     1000000
mod_gzip_item_include           mime    ^.*$
mod_gzip_item_exclude           mime    ^image/

Works fine for everything ( except SSL - but I'll deal with that later )

Gareth

> -----Original Message-----
> From: mod_gzip-admin@lists.over.net
> [mailto:mod_gzip-admin@lists.over.net]On Behalf Of Stephen Pierzchala
> Sent: 31 March 2003 16:57
> To: mod_gzip@lists.over.net
> Subject: Re: [Mod_gzip] handlers and missing directories
> 
> 
> Gareth:
> 
> Can you share your mod_gzip config with us so that we can 
> comment on it
> being a mod_gzip internals issue v. a config issue?
> 
> Thanks!
> 
> smp
> 
> On Mon, 2003-03-31 at 07:48, Gareth Kirwan wrote:
> > Firstly - sorry for the first email to the list being HTML 
> - mistake by my
> > email client.
> > 
> > I've been using mod_gzip for a long time - but this is the 
> first time I've
> > noticed this problem...
> > 
> > When the requested file is in a directory that doesn't 
> exist - mod_gzip
> > won't compress the output.
> > 
> > ie: I request /test/mouse.html
> > /test/ exists.
> > /test/mouse.html doesn't exist.
> > 
> > the handler catches the request - responds - the reply to 
> the client is
> > compressed by mod_gzip.
> > 
> > I request /test/x/mouse.html
> > /test/x/ doesn't exist
> > /test/ still does.
> > 
> > The handler for /test/ catches the request, and replies.
> > mod_gzip doesn't compress this reply.
> > 
> > Is this a known fault ?
> > 
> > What can I do to rectify it in my situation?
> > 
> > Gareth Kirwan
> > Programming & Development,
> > Thermeon Europe Ltd,
> > gbjk@thermeoneurope.com
> > Tel: +44 (0) 1293 864 303
> > Thermeon Europe e-Card: gbjk
> > 
> > 
> > 
> > 
> > _______________________________________________
> > mod_gzip mailing list
> > mod_gzip@lists.over.net
> > http://lists.over.net/mailman/listinfo/mod_gzip
> > 
> > 
> 
> _______________________________________________
> mod_gzip mailing list
> mod_gzip@lists.over.net
> http://lists.over.net/mailman/listinfo/mod_gzip
> 
>