]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Adds brief introduction to the table to address initial confusion when I
authorRich Bowen <rbowen@apache.org>
Tue, 20 Sep 2011 13:41:10 +0000 (13:41 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 20 Sep 2011 13:41:10 +0000 (13:41 +0000)
showed this doc to someone unfamiliar with the directive.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1173140 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml

index 83ecc5e2d6563dd1d0ff2ba15945a9c2c84b64f2..39b5cd01ec41fdd0cce5825f1db1b3cb4827b4c2 100644 (file)
@@ -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>
index 2abdae08906e6b1383e032337bc25565f097d7f4..c9d5f504e236f463368ee00be63279cc6e0f5dc9 100644 (file)
@@ -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>