You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2011/09/20 15:41:10 UTC

svn commit: r1173140 - in /httpd/httpd/trunk/docs/manual/mod: core.html.en core.xml

Author: rbowen
Date: Tue Sep 20 13:41:10 2011
New Revision: 1173140

URL: http://svn.apache.org/viewvc?rev=1173140&view=rev
Log:
Adds brief introduction to the table to address initial confusion when I
showed this doc to someone unfamiliar with the directive.

Modified:
    httpd/httpd/trunk/docs/manual/mod/core.html.en
    httpd/httpd/trunk/docs/manual/mod/core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/core.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.html.en?rev=1173140&r1=1173139&r2=1173140&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.html.en Tue Sep 20 13:41:10 2011
@@ -1396,6 +1396,10 @@ in case of an error</td></tr>
     message is not higher than the specified log severity level. The number can
     range from 1 (alert) over 4 (warn) and 7 (debug) to 15 (trace8).</p>
 
+    <p>For example, here's what would happen if you added modifiers to
+    the <code>%{Referer}i</code> token, which logs the
+    <code>Referer</code> request header.</p>
+
     <table class="bordered"><tr class="header"><th>Modified Token</th><th>Meaning</th></tr>
 <tr>
     <td><code>%-{Referer}i</code></td>

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=1173140&r1=1173139&r2=1173140&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Tue Sep 20 13:41:10 2011
@@ -1336,6 +1336,10 @@ in case of an error</description>
     message is not higher than the specified log severity level. The number can
     range from 1 (alert) over 4 (warn) and 7 (debug) to 15 (trace8).</p>
 
+    <p>For example, here's what would happen if you added modifiers to
+    the <code>%{Referer}i</code> token, which logs the
+    <code>Referer</code> request header.</p>
+
     <table border="1" style="zebra">
     <columnspec><column width=".3"/><column width=".7"/></columnspec>