Antwort: Re: [Mod_gzip] mod_gzip, multiple VirtualHosts and mod _ssl.

mod_gzip@lists.over.net mod_gzip@lists.over.net
Fri, 4 Oct 2002 18:48:20 +0200


Hi Todd,


> > 192.168.1.2 - - [03/Oct/2002:14:01:31 -0400] "GET / HTTP/1.1" 304 -
mod_gzip: SEND_AS_IS:NO_200 In:0 Out:0:0pct.
> > 192.168.1.2 - - [03/Oct/2002:14:01:54 -0400] "GET / HTTP/1.1" 302 0
mod_gzip: CAP_FILE_EMPTY In:0 Out:0:0pct.
> > Why isn't arent't they being compressed?
> 304 is an If-Modified-Since cache check, so it has no real HTML content
to compress.

right, and this is what the mod_gzip status code SEND_AS_IS:NO_200
is meant to be telling.
(http://www.schroepl.net/projekte/mod_gzip/status.htm#SEND_AS_IS:NO_200)

> 302 is a redirect; same thing applies.

Yes, but CAP_FILE_EMPTY does indicate that there is some other
problem as well (maybe mod_gzip and mod_ssl interfering?).
This should have been SEND_AS_IS:NO_200, like the first one.

Regards, Michael