From: Eric Covener Date: Fri, 30 Mar 2012 13:12:02 +0000 (+0000) Subject: Merge r1307394 from trunk: X-Git-Tag: 2.4.2~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22bbb3f44016973b09ce6cf0e243e3a7998d7882;p=apache Merge r1307394 from trunk: PR37194: give a hint about capturing something more like "initial" header values when a %{foo}i might have been set or changed by a module. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1307396 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 85ee5c89aa..f6f995926a 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -116,7 +116,12 @@ %{VARNAME}i The contents of VARNAME: header line(s) in the request sent to the server. Changes made by other - modules (e.g. mod_headers) affect this. + modules (e.g. mod_headers) affect this. If you're + interested in what the request header was prior to when most + modules would have modified it, use mod_setenvif + to copy the header into an internal environment variable and log + that value with the %{VARNAME}e described + above. %k