Commit 3bdc4422 authored by Richard Bowen's avatar Richard Bowen
Browse files
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
parent 7ea8317e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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>