From: Eric Covener Date: Fri, 15 Dec 2017 21:15:54 +0000 (+0000) Subject: add some descriptions to the placeholders X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01bfc07202ad1857fbc41156f19d7ce1db59b2ee;p=apache add some descriptions to the placeholders git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1818341 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index f4de7d3430..0434cdc7ba 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -109,10 +109,13 @@ for only a few hosts, you probably have access control directives mentioning them by name. See the Require host - documentation. + documentation. This format is affected by modifications to the + remote hostname by modules like mod_remoteip. %{c}h - + Like %h, but always reports on the hostname of the + underlying TCP connection and not any modifications to the + remote hostname by modules like mod_remoteip. %H The request protocol. @@ -147,7 +150,9 @@ matching error log line to see what request caused what error. %{c}L - + The connection log ID from the error log (or '-' if nothing has been + logged to the error log for this request). Look for the + matching error log line to see what request caused what error. %m The request method.