From 25be6a52eabd309676e7ca14afc19271faa08592 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 24 Mar 2017 17:32:17 +0000 Subject: [PATCH] compat note for REMOTE_PORT git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1788508 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 4721abb09f..2431f9b113 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -231,7 +231,7 @@ listfunction ::= listfuncname "(" word ")" REMOTE_ADDR The IP address of the remote host REMOTE_PORT - The port of the remote host + The port of the remote host (2.4.26 and later) REMOTE_HOST The host name of the remote host REMOTE_USER -- 2.50.1