You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2013/08/06 04:16:51 UTC

svn commit: r1510842 - in /httpd/httpd/trunk/docs/manual/mod: mod_log_config.html.en mod_log_config.xml

Author: covener
Date: Tue Aug  6 02:16:51 2013
New Revision: 1510842

URL: http://svn.apache.org/r1510842
Log:
* 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.


Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_log_config.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_log_config.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_log_config.html.en?rev=1510842&r1=1510841&r2=1510842&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_log_config.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_log_config.html.en Tue Aug  6 02:16:51 2013
@@ -84,9 +84,10 @@
 <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>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml?rev=1510842&r1=1510841&r2=1510842&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml Tue Aug  6 02:16:51 2013
@@ -71,10 +71,11 @@
         <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>