From: Eric Covener Date: Tue, 6 Aug 2013 02:18:00 +0000 (+0000) Subject: Merge r1510842 from trunk: X-Git-Tag: 2.4.7~321 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=794d82db7d86164ff5e9f47d8d2ecdb329f4e243;p=apache Merge r1510842 from trunk: * remove "... and port" references added in http://svn.apache.org/viewvc?rev=1208753&view=rev while trying to account for mod_remoteip. * mention mod_remote_ip for %a too. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1510844 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index ccb3f2d89f..7c64011de9 100644 --- a/docs/manual/mod/mod_log_config.html.en +++ b/docs/manual/mod/mod_log_config.html.en @@ -85,9 +85,10 @@ %% The percent sign. %a - Client IP address and port of the request. + Client IP address of the request (see the + mod_remoteip module). %{c}a - Underlying peer IP address and port of the connection (see the + Underlying peer IP address of the connection (see the mod_remoteip module). %A Local IP-address. diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 6c17f7786e..2bfa875638 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -71,10 +71,11 @@ The percent sign. %a - Client IP address and port of the request. + Client IP address of the request (see the + mod_remoteip module). %{c}a - Underlying peer IP address and port of the connection (see the + Underlying peer IP address of the connection (see the mod_remoteip module). %A