]> granicus.if.org Git - apache/commitdiff
* remove "... and port" references added in http://svn.apache.org/viewvc?rev=1208753...
authorEric Covener <covener@apache.org>
Tue, 6 Aug 2013 02:16:51 +0000 (02:16 +0000)
committerEric Covener <covener@apache.org>
Tue, 6 Aug 2013 02:16:51 +0000 (02:16 +0000)
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/trunk@1510842 13f79535-47bb-0310-9956-ffa450edef68

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

index 347a9973af4e6be9128edf40326519083179c56b..6db90c8342a697502920162c5681b64aa791aa87 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 a5a68cc1e7ca4dd996eefdf41330c7ba44831f84..a1f88ba0ab989212658a73dfaf62b956ebadb8c8 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>