]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport some changes from 2.1.
authorYoshiki Hayashi <yoshiki@apache.org>
Sat, 4 Sep 2004 22:29:03 +0000 (22:29 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Sat, 4 Sep 2004 22:29:03 +0000 (22:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104969 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_log_config.xml

index 74aed801d57c8c24e137c534b6565e397c440ddc..a547537363fbebc07d0b8192cedb5356e1675094 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $Revision: 1.13.2.12 $ -->
+<!-- $Revision: 1.13.2.13 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
         in the request sent to the server.</td></tr>
 
     <tr><td><code>%...l</code></td>
-        <td>Remote logname (from identd, if supplied)</td></tr>
+        <td>Remote logname (from identd, if supplied). This will return a
+        dash unless <module>mod_ident</module> is present and <directive
+        module="mod_ident">IdentityCheck</directive> is set
+        <code>On</code>.</td></tr>
 
     <tr><td><code>%...m</code></td>
         <td>The request method</td></tr>
     at the final request.  So for example, <code>%&gt;s</code> can be
     used to record the final status of the request and
     <code>%&lt;u</code> can be used to record the original
-    authenticated user on a request that is internally redirect to an
+    authenticated user on a request that is internally redirected to an
     unauthenticated resource.</p>
 
     <p>Note that in httpd 2.0 versions prior to 2.0.46, no escaping was performed