From: Eric Covener Date: Tue, 6 Aug 2013 02:16:51 +0000 (+0000) Subject: * remove "... and port" references added in http://svn.apache.org/viewvc?rev=1208753... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35d79b14f1253bfc6326bdcccc2d32fb113917c1;p=thirdparty%2Fapache%2Fhttpd.git * 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 --- diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index 347a9973af4..6db90c8342a 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 a5a68cc1e7c..a1f88ba0ab9 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