From: Andre Malo Date: Sat, 1 Feb 2014 22:26:13 +0000 (+0000) Subject: update transformation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdfb40c6234a8ba85a5b48e8fc96cfc66e57f1be;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1563495 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index f405d56beda..ffb8f39d5c1 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -224,6 +224,7 @@ Alias /myapp /opt/myapp-1.2.3 REMOTE_ADDR
+ CONN_REMOTE_ADDR
REMOTE_HOST
REMOTE_PORT
REMOTE_USER
@@ -352,6 +353,14 @@ Alias /myapp /opt/myapp-1.2.3 "http" or "https"). This value can be influenced with ServerName. +
REMOTE_ADDR
+
The IP address of the remote host (see the + mod_remoteip module).
+ +
CONN_REMOTE_ADDR
+
Since 2.4.8: The peer IP address of the connection (see the + mod_remoteip module).
+ diff --git a/docs/manual/mod/mod_rewrite.xml.fr b/docs/manual/mod/mod_rewrite.xml.fr index cff38907adf..c1ba67cd8e1 100644 --- a/docs/manual/mod/mod_rewrite.xml.fr +++ b/docs/manual/mod/mod_rewrite.xml.fr @@ -1,7 +1,7 @@ - +