[Mod_gzip] mod_gzip, multiple VirtualHosts and mod_ssl.
Todd Vierling
mod_gzip@lists.over.net
Thu, 3 Oct 2002 15:05:01 -0400 (EDT)
On 3 Oct 2002, Erik Enge wrote:
: 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. 302 is a redirect; same thing applies. You'll note that the
number of bytes logged for both is zero (0 or -).
Look for requests where the result was 200, not 3xx, 4xx, or 5xx.
--
-- Todd Vierling <tv@pobox.com>