Antwort: Re: Antwort: Re: Antwort: [Mod_gzip] mod_gzip and solaris
9
Matthew Claridge
mod_gzip@lists.over.net
Fri, 08 Aug 2003 14:37:25 +0100
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
ah, I see we're getting confused here......<br>
<br>
the Apache log file itself (/var/log/http/access_log) is fine and does
indeed log everything.<br>
<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>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:Michael.Schroepl@telekurs.de">Michael.Schroepl@telekurs.de</a> wrote:<br>
<blockquote type="cite"
cite="midC1256D7C.004765DD.00@detkw004.dnotes.telekurs.com">
<pre wrap="">Hi,
</pre>
<blockquote type="cite">
<pre wrap="">I don't see any reason why the CustomLog directive shouldn't work,
</pre>
</blockquote>
<pre wrap=""><!---->
so do I.
</pre>
<blockquote type="cite">
<pre wrap="">except that content isn't being passed through mod_gzip
</pre>
</blockquote>
<pre wrap=""><!---->
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.
</pre>
<blockquote type="cite">
<pre wrap="">or there's a some problem with the module causing it to ignore
the content.....
</pre>
</blockquote>
<pre wrap=""><!---->
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
_______________________________________________
mod_gzip mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mod_gzip@lists.over.net">mod_gzip@lists.over.net</a>
<a class="moz-txt-link-freetext" href="http://lists.over.net/mailman/listinfo/mod_gzip">http://lists.over.net/mailman/listinfo/mod_gzip</a>
_____________________________________________________________________
This e-mail has been scanned for viruses by MCI's Internet Managed Scanning Services - powered by MessageLabs. For further information visit <a class="moz-txt-link-freetext" href="http://www.mci.com">http://www.mci.com</a>
</pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<table border="0" width="300">
<tbody>
<tr>
<td><font color="#4545ab"><b>Matthew Claridge</b></font></td>
</tr>
<tr>
<td><font color="#5757bb">Product Support Engineer<br>
RWA Limited<br>
Direct line: 02920 815 054<br>
Email: <a class="moz-txt-link-abbreviated" href="mailto:mclaridge@rwa-net.co.uk">mclaridge@rwa-net.co.uk</a><br>
Web: <a class="moz-txt-link-abbreviated" href="http://www.rwa-net.co.uk">www.rwa-net.co.uk</a></font></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>