diff options
author | Joshua Slive <slive@apache.org> | 2001-11-10 19:29:22 +0100 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2001-11-10 19:29:22 +0100 |
commit | 12770b8d7798d408291fac7414051e5d0efc74b7 (patch) | |
tree | a1eb44efa21484ba85d1779a3ee60d1fb4a91a15 | |
parent | Remove ap_lingering_close from all of the MPMs. This is now done as (diff) | |
download | apache2-12770b8d7798d408291fac7414051e5d0efc74b7.tar.xz apache2-12770b8d7798d408291fac7414051e5d0efc74b7.zip |
Change note->environment variable and convert <pre> list to <table>.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91833 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/mod_headers.html | 22 |
1 files changed, 12 insertions, 10 deletions
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 <em>value</em>:</p> -<pre> -%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) -</pre> +<table> +<tr><td>%t: </td> <td>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=".</td></tr> + +<tr><td>%D: </td> <td>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=".</td></tr> + +<tr><td>%{FOOBAR}e: The contents of the <a href="../env.html">environment +variable</a> FOOBAR.</td></tr> +</table> <p>When the <code>Header</code> directive is used with the <code>add</code>, <code>append</code>, or <code>set</code> |