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 15:04:45 +0200


Hi,


> I don't see any reason why the CustomLog directive shouldn't work,

so do I.

> except that content isn't being passed through mod_gzip

Logging isn't passed through mod_gzip.
Apache logs each and every access into its access_log (unless
you use conditional logging via environment variables etc.).

So if your log file is empty although your Apache has served
content, your configuration directive must have been ignored
due to something outside those lines you already posted.

If your log file _did_ contain lines whose mod_gzip related
fields were empty, that would have been a sign that mod_gzip
wouldn't work as expected.

> or there's a some problem with the module causing it to ignore
> the content.....

None of which is plausible to prevent logging, given the way
Apache works. Even an access that caused some internal server
error is still logged.

But to prove that I told you to remove mod_gzip to see with
your own eyes that it isn't the reason why your logfile
definition doesn't work.

Regards, Michael