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 2017/03/24 17:32:17 UTC

svn commit: r1788508 - /httpd/httpd/trunk/docs/manual/expr.xml

Author: covener
Date: Fri Mar 24 17:32:17 2017
New Revision: 1788508

URL: http://svn.apache.org/viewvc?rev=1788508&view=rev
Log:
compat note for REMOTE_PORT


Modified:
    httpd/httpd/trunk/docs/manual/expr.xml

Modified: httpd/httpd/trunk/docs/manual/expr.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/expr.xml?rev=1788508&r1=1788507&r2=1788508&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/expr.xml (original)
+++ httpd/httpd/trunk/docs/manual/expr.xml Fri Mar 24 17:32:17 2017
@@ -231,7 +231,7 @@ listfunction ::= listfuncname "<strong>(
     <tr><td><code>REMOTE_ADDR</code></td>
         <td>The IP address of the remote host</td></tr>
     <tr><td><code>REMOTE_PORT</code></td>
-        <td>The port of the remote host</td></tr>
+        <td>The port of the remote host (2.4.26 and later)</td></tr>
     <tr><td><code>REMOTE_HOST</code></td>
         <td>The host name of the remote host</td></tr>
     <tr><td><code>REMOTE_USER</code></td>