You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ta...@apache.org on 2008/10/13 12:01:51 UTC

svn commit: r703997 - /httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml

Author: takashi
Date: Mon Oct 13 03:01:50 2008
New Revision: 703997

URL: http://svn.apache.org/viewvc?rev=703997&view=rev
Log:
Note modules such as mod_headers affect %{Foobar}i

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml?rev=703997&r1=703996&r2=703997&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml Mon Oct 13 03:01:50 2008
@@ -105,7 +105,9 @@
 
     <tr><td><code>%{<var>Foobar</var>}i</code></td>
         <td>The contents of <code><var>Foobar</var>:</code> header line(s)
-        in the request sent to the server.</td></tr>
+        in the request sent to the server. Changes made by other
+        modules (e.g. <module>mod_headers</module>) affect this.
+        </td></tr>
 
     <tr><td><code>%k</code></td>
         <td>Number of keepalive requests handled on this connection.  Interesting if