From fdfb40c6234a8ba85a5b48e8fc96cfc66e57f1be Mon Sep 17 00:00:00 2001 From: Andre Malo Date: Sat, 1 Feb 2014 22:26:13 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1563495 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.html.en | 9 +++++++++ docs/manual/mod/mod_rewrite.xml.fr | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 @@ - + -- 2.47.3