~matttbe/ubuntu/quantal/apache2/lp1013171

« back to all changes in this revision

Viewing changes to docs/manual/mod/mod_log_config.html.en

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-07-26 20:21:37 UTC
  • mfrom: (14.3.17 sid)
  • Revision ID: james.westby@ubuntu.com-20100726202137-rctltspkiazb40z1
Tags: 2.2.16-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - debian/{control, rules}: Enable PIE hardening.
  - debian/{control, rules, apache2.2-common.ufw.profile}: Add ufw profiles.
  - debian/control: Add bzr tag and point it to our tree.
  - debian/apache2-2.common.apache2.init: Add graceful restart (LP: #456381)

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    used to log each request to the log file. It can contain literal
71
71
    characters copied into the log files and the C-style control
72
72
    characters "\n" and "\t" to represent new-lines and tabs.
73
 
    Literal quotes and back-slashes should be escaped with
74
 
    back-slashes.</p>
 
73
    Literal quotes and backslashes should be escaped with
 
74
    backslashes.</p>
75
75
 
76
76
    <p>The characteristics of the request itself are logged by
77
77
    placing "<code>%</code>" directives in the format string, which are
114
114
          <code class="directive"><a href="../mod/core.html#keepalive">KeepAlive</a></code> is being used, so that,
115
115
          for example, a '1' means the first keepalive request after the initial
116
116
          one, '2' the second, etc...;
117
 
          otherwise this is always 0 (indicating the initial request).</td></tr>
 
117
          otherwise this is always 0 (indicating the initial request).
 
118
          Available in versions 2.2.11 and later.</td></tr>
118
119
<tr class="odd"><td><code>%l</code></td>
119
120
        <td>Remote logname (from identd, if supplied). This will return a
120
121
        dash unless <code class="module"><a href="../mod/mod_ident.html">mod_ident</a></code> is present and <code class="directive"><a href="../mod/mod_ident.html#identitycheck">IdentityCheck</a></code> is set
491
492
</div><div id="footer">
492
493
<p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
493
494
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
494
 
</body></html>
 
 
b'\\ No newline at end of file'
 
495
</body></html>