Antwort: [Mod_gzip] First question - missing directories

mod_gzip@lists.over.net mod_gzip@lists.over.net
Mon, 31 Mar 2003 17:45:28 +0200


Hi Gareth,


> the handler catches the request - responds - the reply to the client is
compressed by mod_gzip.
> The handler for /test/ catches the request, and replies. mod_gzip doesn't
compress this reply.
> Is this a known fault ?

which HTTP status code is produced in either of these cases?
Which mod_gzip status code is set in your enhanced access_log?

> What can I do to rectify it in my situation?

mod_gzip assumes that a compressible content will only be
available when a status code 200 is going to be sent.

In all other cases it will decline to compress the page
and set the mod_gzip status code SEND_AS_IS:NO_200,
as described in
     http://www.schroepl.net/projekte/mod_gzip/status.htm#SEND_AS_IS:NO_200
So I don't think you can get what you seem to want (which I
assume is delivering HTTP error pages in compressed form).

Regards, Michael