mirror of
https://github.com/apache/httpd.git
synced 2025-12-24 15:01:03 +03:00
Mark up argument in Request Header directive with <em> as in Header directive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96543 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -153,9 +153,9 @@ RequestHeader append MirrorID "mirror 12"<br />
|
||||
<p>This argument is followed by a header name, which can
|
||||
include the final colon, but it is not required. Case is
|
||||
ignored. For <code>add</code>, <code>append</code> and
|
||||
<code>set</code> 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.</p>
|
||||
<code>set</code> a <em>value</em> is given as the third argument. If
|
||||
<em>value</em> contains spaces, it should be surrounded by double
|
||||
quotes. For unset, no <em>value</em> should be given.</p>
|
||||
|
||||
<p>The <directive>RequestHeader</directive> directive is processed
|
||||
just before the request is run by its handler in the fixup phase.
|
||||
|
||||
Reference in New Issue
Block a user