Antwort: [Mod_gzip] Problem with mod_gzip
mod_gzip@lists.over.net
mod_gzip@lists.over.net
Thu, 3 Apr 2003 20:00:43 +0200
Hi Eyck,
> I get something like this:
> "HTTP/1.0" 200 9107 mod_gzip: - In:- Out:-:-pct."
> in log files when I try to enable mod_gzip on apache
> with virtual hosts. What does this mean?
it means that mod_gzip hasn't even been invoked at
all for this request, so it had no chance to set
any value into its logging note fields.
Which other modules might have stolen away the
handling of this request from mod_gzip?
> Also, I seem to be having problems configuring mod_gzip
> for virtual host serving apache - although i put
> <IfModule mod_gzip.c> section in global part, it gets
> ignored.
> Server says it's mod_gzip enabled, it creates
> /var/log/apache/mod_gzip_log which is empty :(
I don't understand what you refer to.
Please post the exact configuration you are using.
> And it does not seem to be compressing anything.
How do you come to this conclusion?
Please post facts and not your interpretations.
> When I put section in some virtual host section,
> logfile gets entries.. but only ones like I quoted..
> What should I do?
Post complete information about what happens.
For an example: In your log file excerpt you omitted
the URL you requested, which might have shown any
uncommon extension of the file, which again might have
shown that you use any uncommon 3rd-party module that
you load onto a higher prioritized module stack position
than mod_gzip and thus disable mod_gzip implicitly.
Regards, Michael