/usr/share/doc/lire/user-manual/ch16s04.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 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Referer Log Format</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="ch16s03.html" title="CLF With mod_gzip Extensions"><link rel="next" href="ch16s05.html" title="Logs With Virtual Host Information"></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">Referer Log Format</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch16s03.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="ch16s05.html">Next</a></td></tr></table><hr></div><div class="section" title="Referer Log Format"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id384960"></a>Referer Log Format</h2></div></div></div><p>The Referer log format is an old format that was
implemented in the NSCA httpd server. It was used to log
information about the request's referer in a separate log
file. The combined log format has made this log format
obsolete.
</p><p>Referer log files have the following format:
</p><pre class="literallayout"><em class="parameter"><code>uri</code></em><em class="parameter"><code>document</code></em></pre><p>
</p><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>uri</code></em></span></dt><dd><p>The referring URI. This is the content of the
Referer header of the request which usually reflects
the page where the user was before that request.
</p></dd><dt><span class="term"><em class="parameter"><code>document</code></em></span></dt><dd><p>The local document that was referenced by that
URI. This is the requested file without any query string.
</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="ch16s03.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="ch16s05.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">CLF With mod_gzip Extensions </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Logs With Virtual Host Information</td></tr></table></div></body></html>
|