From 794d82db7d86164ff5e9f47d8d2ecdb329f4e243 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Tue, 6 Aug 2013 02:18:00 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_log_config.html.en | 5 +++-- docs/manual/mod/mod_log_config.xml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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 -- 2.50.1