From: Yoshiki Hayashi Date: Tue, 27 Aug 2002 11:04:26 +0000 (+0000) Subject: Mark up argument in Request Header directive with as in Header directive. X-Git-Tag: AGB_BEFORE_AAA_CHANGES~149 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f05eb5e89bb4a7769808dd10f9bb8a63268eab8a;p=apache Mark up argument in Request Header directive with as in Header directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96543 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index 91ff6e9031..84ba651e8c 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -153,9 +153,9 @@ RequestHeader append MirrorID "mirror 12"

This argument is followed by a header name, which can include the final colon, but it is not required. Case is ignored. For add, append and - set a value is given as the third argument. If - this value contains spaces, it should be surrounded by double - quotes. For unset, no value should be given.

+ set a value is given as the third argument. If + value contains spaces, it should be surrounded by double + quotes. For unset, no value should be given.

The RequestHeader directive is processed just before the request is run by its handler in the fixup phase.