From: Graham Leggett Date: Thu, 1 Dec 2011 12:56:15 +0000 (+0000) Subject: Update transformations. X-Git-Tag: 2.5.0-alpha~7764 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db67b6f2b017f24640e9ad498eb7f798a1cbffae;p=thirdparty%2Fapache%2Fhttpd.git Update transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209061 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index f399c4332d0..3f3ceee9721 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -224,7 +224,7 @@ listfunction ::= listfuncname "(" word ")" The error log id of the connection (see ErrorLogFormat) CONN_REMOTE_ADDR - The raw IP address of the remote host (see the + The peer IP address of the connection (see the mod_remoteip module) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 80837b07043..77390b56307 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1423,9 +1423,9 @@ in case of an error %% The percent sign %a - Remote IP-address and port + Client IP address and port of the request %{c}a - Actual remote IP-address and port (see the + Underlying peer IP address and port of the connection (see the mod_remoteip module) %A Local IP-address and port diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 1f3b6537ee3..148936cbbfc 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + + + + + + +