From 827743e6773a1e1620c5ad1d5839f58abaac827b Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 20 Sep 2011 13:41:10 +0000 Subject: [PATCH] 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 --- docs/manual/mod/core.html.en | 4 ++++ docs/manual/mod/core.xml | 4 ++++ 2 files changed, 8 insertions(+) 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 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).

+

For example, here's what would happen if you added modifiers to + the %{Referer}i token, which logs the + Referer request header.

+ 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 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).

+

For example, here's what would happen if you added modifiers to + the %{Referer}i token, which logs the + Referer request header.

+
Modified TokenMeaning
%-{Referer}i
-- 2.40.0