Antwort: [Mod_gzip] mod_gzip, multiple VirtualHosts and mod_ssl.
mod_gzip@lists.over.net
mod_gzip@lists.over.net
Fri, 4 Oct 2002 18:51:10 +0200
Hi Erik,
> [03/Oct/2002:14:04:46 -0400] "GET / HTTP/1.0" 200 10792 mod_gzip:
DECLINED:NO_ACCEPT_ENCODING In:0 Out:0:0pct.
> I guess the last one is because mod_gzip only works with HTTP/1.1
not necessarily.
You log doesn't contain the 'UserAgent' HTTP header
(append "%{UserAgent}i" to your log format definition),
so I can only guess that it might have been a M$IE running
in HTTP/1.0 mode (set in its Internet Options) and thus
not sending "Accept-Encoding: gzip" - at least _this_ is
what the DECLINED:NO_ACCEPT_ENCODING status code is telling you.
Regards, Michael