From 7a50efcd601722958bf8361eef14371826ec0648 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Tue, 6 Aug 2013 02:16:51 +0000 Subject: [PATCH] * 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/trunk@1510842 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 347a9973af..6db90c8342 100644 --- a/docs/manual/mod/mod_log_config.html.en +++ b/docs/manual/mod/mod_log_config.html.en @@ -84,9 +84,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 a5a68cc1e7..a1f88ba0ab 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.40.0