Antwort: Re: Antwort: Re: Antwort: Re: Antwort: [Mod_gzip] mod
_gzip and solaris 9
mod_gzip@lists.over.net
mod_gzip@lists.over.net
Fri, 8 Aug 2003 17:23:40 +0200
Hi,
> ah, I see we're getting confused here......<br>
> the Apache log file itself (/var/log/http/access_log) is fine and does
> indeed log everything.<br>
> It the specific mod_gzip logfile (the one that records the compression
> ratios etc - /var/log/httpd/mod_gzip_log) that is not being written
> to, implying that it is ignoring the content for some reason.....<br>
nope. There is no such thing as a "specific mod_gzip logfile".
You can have any number of Apache log files, and you specify them
with Apache directives that have nothing to do with mod_gzip.
It is Apache who decides whether to write a log entry, not mod_gzip.
The only thing that involves mod_gzip here is that this module can
fill certain "notes" inside the Apache that can then serve as columns
of a log entry, thus logging information about mod_gzip's operation.
If mod_gzip isn't available, then the content of these columns will
be empty (mostly "-"), but this will not prevent the log entry from
being created.
Regards, Michael