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:18:00 UTC

svn commit: r1510844 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: mod_log_config.html.en mod_log_config.xml

Author: covener
Date: Tue Aug  6 02:18:00 2013
New Revision: 1510844

URL: http://svn.apache.org/r1510844
Log:
Merge r1510842 from trunk:

* 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/branches/2.4.x/docs/manual/mod/mod_log_config.html.en
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.html.en?rev=1510844&r1=1510843&r2=1510844&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.html.en Tue Aug  6 02:18:00 2013
@@ -85,9 +85,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/branches/2.4.x/docs/manual/mod/mod_log_config.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml?rev=1510844&r1=1510843&r2=1510844&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml Tue Aug  6 02:18:00 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>