From: Joshua Slive Date: Sat, 10 Nov 2001 18:29:22 +0000 (+0000) Subject: Change note->environment variable and convert
 list to .
X-Git-Tag: 2.0.29~203
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12770b8d7798d408291fac7414051e5d0efc74b7;p=apache

Change note->environment variable and convert 
 list to 
. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91833 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.html b/docs/manual/mod/mod_headers.html index 513fe6b028..6a8855b951 100644 --- a/docs/manual/mod/mod_headers.html +++ b/docs/manual/mod/mod_headers.html @@ -270,16 +270,18 @@ string, a string containing format specifiers or a combination of both. The following format specifiers are supported in value:

-
-%t: The time the request was received in Universal Coordinated Time
-    since the epoch (Jan. 1, 1970) measured in microseconds. The
-    value is preceded by "t=".
-%D:     The time from when the request was received to the time the
-        headers are sent on the wire. This is a measure of the
-    duration of the request. The value is preceded by "D=".
-%{NOTE-NAME}e: The value of the note 'NOTE-NAME' (set via 
-    mod_include's set SSI command)
-
+
+ + + + + +
%t: The time the request was received in Universal +Coordinated Time since the epoch (Jan. 1, 1970) measured in +microseconds. The value is preceded by "t=".
%D: The time from when the request was received to +the time the headers are sent on the wire. This is a measure of the +duration of the request. The value is preceded by "D=".
%{FOOBAR}e: The contents of the environment +variable FOOBAR.

When the Header directive is used with the add, append, or set