This file is indexed.

/usr/share/doc/lire/user-manual/ch16s03.html is in lire-doc 2:2.1.1-2.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>CLF With mod_gzip Extensions</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Lire User's Manual"><link rel="up" href="ch16.html" title="Chapter 16. WWW Supported Log Format"><link rel="prev" href="ch16s02.html" title="Combined Log Format"><link rel="next" href="ch16s04.html" title="Referer Log Format"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">CLF With mod_gzip Extensions</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch16s02.html">Prev</a> </td><th width="60%" align="center">Chapter 16. WWW Supported Log Format</th><td width="20%" align="right"> <a accesskey="n" href="ch16s04.html">Next</a></td></tr></table><hr></div><div class="section" title="CLF With mod_gzip Extensions"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id384842"></a>CLF With mod_gzip Extensions</h2></div></div></div><p>Mod_gzip is another extension to the common log format. It
          is used by the mod_gzip <span class="productname">Apache</span>&#8482; extension which can be used
          to compress the result of requests before sending them
          to the client.
        </p><p>mod_gzip is a module developed by
          RemoteCommunications, Inc. Sourcecode is freely available
          from <a class="ulink" href="http://www.RemoteCommunications.com/apache/mod_gzip/mod_gzip" target="_top">http://www.RemoteCommunications.com/apache/mod_gzip/mod_gzip</a>. 
          More informations can be found in their <a class="ulink" href="http://www.RemoteCommunications.com/apache/mod_gzip/mod_gzip_faq.htm" target="_top">FAQ</a>.
        </p><p>mod_gzip can log information about the compression of
            pages.  To enable this, one can configure <span class="productname">Apache</span>&#8482; to log using
            the 'gzip' format which can be defined as follows:

          </p><pre class="literallayout">
LogFormat "%h %l %u %t \"%r\" %&gt;s %b %{mod_gzip_result}n \
        %{mod_gzip_compression_ratio}n" gzip
          </pre><p>
        </p><p>This adds two fields at the end of each common log
          line:

          </p><pre class="literallayout"><em class="parameter"><code>gzip_result</code></em> <em class="parameter"><code>compression_ratio</code></em></pre><p>

          </p><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>gzip_result</code></em></span></dt><dd><p>The <span class="command"><strong>gzip</strong></span> result code.
                  Usually <code class="literal">OK</code>.
                </p></dd><dt><span class="term"><em class="parameter"><code>compression_ratio</code></em></span></dt><dd><p>The ratio by which the content was compressed.
                  A number from 0 to 100.
                </p></dd></dl></div><p>
        </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch16s02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch16.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch16s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Combined Log Format </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Referer Log Format</td></tr></table></div></body></html>