diff options
author | Rich Bowen <rbowen@apache.org> | 2011-09-20 15:41:10 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2011-09-20 15:41:10 +0200 |
commit | 827743e6773a1e1620c5ad1d5839f58abaac827b (patch) | |
tree | 2873da8da3f80756f47fa47340243a2bfe8d084b /docs/manual | |
parent | Rebuilds translation generated docs. (diff) | |
download | apache2-827743e6773a1e1620c5ad1d5839f58abaac827b.tar.xz apache2-827743e6773a1e1620c5ad1d5839f58abaac827b.zip |
Adds brief introduction to the table to address initial confusion when I
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
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/mod/core.html.en | 4 | ||||
-rw-r--r-- | docs/manual/mod/core.xml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 83ecc5e2d6..39b5cd01ec 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -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> diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 2abdae0890..c9d5f504e2 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -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> |