From: Rich Bowen Date: Tue, 20 Sep 2011 13:41:10 +0000 (+0000) Subject: Adds brief introduction to the table to address initial confusion when I X-Git-Tag: 2.3.15~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=827743e6773a1e1620c5ad1d5839f58abaac827b;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 83ecc5e2d65..39b5cd01ec4 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 2abdae08906..c9d5f504e23 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