From: Eric Covener Date: Fri, 30 Mar 2012 13:10:35 +0000 (+0000) Subject: PR37194: give a hint about capturing something more like "initial" header X-Git-Tag: 2.5.0-alpha~7287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=acea053dd5917ef7cd2c02a7680e6775a3a34244;p=apache 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/trunk@1307394 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