]> granicus.if.org Git - apache/commitdiff
Refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51967 Clarify
authorRich Bowen <rbowen@apache.org>
Fri, 7 Oct 2011 01:06:33 +0000 (01:06 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 7 Oct 2011 01:06:33 +0000 (01:06 +0000)
that %h logs the IP address when HostnameLookup is set Off.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179913 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_log_config.xml

index 136f9dcd42b7673e408d7884e8e1eee06db96982..838e1e8961ab92f87c644de9456591bee4c00cde 100644 (file)
@@ -98,7 +98,9 @@
         <td>Filename.</td></tr>
 
     <tr><td><code>%h</code></td>
-        <td>Remote host.</td></tr>
+        <td>Remote hostname. Will log the IP address if <directive
+        module="core">HostnameLookups</directive> is set to
+        <code>Off</code>, which is the default.</td></tr>
 
     <tr><td><code>%H</code></td>
         <td>The request protocol.</td></tr>