]> granicus.if.org Git - apache/commitdiff
Merge r1510842 from trunk:
authorEric Covener <covener@apache.org>
Tue, 6 Aug 2013 02:18:00 +0000 (02:18 +0000)
committerEric Covener <covener@apache.org>
Tue, 6 Aug 2013 02:18:00 +0000 (02:18 +0000)
* remove "... and port" references added in http://svn.apache.org/viewvc?rev=1208753&view=rev
while trying to account for mod_remoteip.

* mention mod_remote_ip for %a too.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1510844 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_log_config.html.en
docs/manual/mod/mod_log_config.xml

index ccb3f2d89ffaa651828ac44464f58157d8a53752..7c64011de94dd4d656cd98ba1229222aa1eff302 100644 (file)
 <tr><td><code>%%</code></td>
         <td>The percent sign.</td></tr>
 <tr class="odd"><td><code>%a</code></td>
-        <td>Client IP address and port of the request.</td></tr>
+        <td>Client IP address of the request (see the
+        <code class="module"><a href="../mod/mod_remoteip.html">mod_remoteip</a></code> module).</td></tr>
 <tr><td><code>%{c}a</code></td>
-        <td>Underlying peer IP address and port of the connection (see the
+        <td>Underlying peer IP address of the connection (see the
         <code class="module"><a href="../mod/mod_remoteip.html">mod_remoteip</a></code> module).</td></tr>
 <tr class="odd"><td><code>%A</code></td>
         <td>Local IP-address.</td></tr>
index 6c17f7786ea523c540315164732d361a8304bf6b..2bfa8756383ab54fa88d79e55a39de1b187a8e04 100644 (file)
         <td>The percent sign.</td></tr>
 
     <tr><td><code>%a</code></td>
-        <td>Client IP address and port of the request.</td></tr>
+        <td>Client IP address of the request (see the
+        <module>mod_remoteip</module> module).</td></tr>
 
     <tr><td><code>%{c}a</code></td>
-        <td>Underlying peer IP address and port of the connection (see the
+        <td>Underlying peer IP address of the connection (see the
         <module>mod_remoteip</module> module).</td></tr>
 
     <tr><td><code>%A</code></td>