File: ch16s02.html

package info (click to toggle)
lire 2%3A2.0.3-1.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 13,292 kB
  • ctags: 5,068
  • sloc: perl: 61,900; xml: 18,361; sh: 1,829; makefile: 1,362
file content (18 lines) | stat: -rw-r--r-- 2,958 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Combined Log Format</title><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="Lire User's Manual"><link rel="up" href="ch16.html" title="Chapter16.WWW Supported Log Format"><link rel="prev" href="ch16.html" title="Chapter16.WWW Supported Log Format"><link rel="next" href="ch16s03.html" title="CLF With mod_gzip Extensions"></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">Combined Log Format</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch16.html">Prev</a></td><th width="60%" align="center">Chapter16.WWW Supported Log Format</th><td width="20%" align="right"><a accesskey="n" href="ch16s03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2576295"></a>Combined Log Format</h2></div></div></div><p>The combined log format is an extension to the Common
          Log Format. It adds informations about the user agent and
          referer. It is also known as the extended common log
          format. It was first implemented in the NSCA httpd web
          server but is now supported in many web servers. <span class="productname">Apache</span>&#8482;
          can be configured to use this log format.
        </p><p>Two fields are added at the end of the common log
          lines:

          </p><pre class="literallayout">"<em class="parameter"><code>referer</code></em>" "<em class="parameter"><code>useragent</code></em>"</pre><p>

          </p><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>referer</code></em></span></dt><dd><p>The content of the Referer header of the request.
                  This usually reflects the page the user visited
                  before this request.
                </p></dd><dt><span class="term"><em class="parameter"><code>useragent</code></em></span></dt><dd><p>The content of the User-Agent header of the request.
                 This usually reflects the browser that the user is using.
                </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="ch16.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="ch16s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter16.WWW Supported Log Format</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">CLF With mod_gzip Extensions</td></tr></table></div></body></html>