From: André Malo Date: Mon, 5 Apr 2004 18:00:50 +0000 (+0000) Subject: update transformation X-Git-Tag: pre_ajp_proxy~414 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bfb543d2e740ce2350ae807a056a98e32965002;p=apache update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103272 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index 492585034d..54b87f8cb5 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -247,7 +247,7 @@ is available only in Apache 2.0 +[value [env=[!]variable]] @@ -290,6 +290,16 @@ is available only in Apache 2.0
Description:Configure HTTP request headers
Syntax:RequestHeader set|append|add|unset header -[value]
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Extension
value contains spaces, it should be surrounded by double quotes. For unset, no value should be given.

+

When the RequestHeader directive is used with the + add, append, or set argument, a + fourth argument may be used to specify conditions under which the action + will be taken. If the environment variable + specified in the env=... argument exists (or if the environment + variable does not exist and env=!... is specified) then the + action specified by the RequestHeader directive will + take effect. Otherwise, the directive will have no effect on the + request.

+

The RequestHeader directive is processed just before the request is run by its handler in the fixup phase. This should allow headers generated by the browser, or by Apache diff --git a/docs/manual/mod/mod_headers.xml.ja b/docs/manual/mod/mod_headers.xml.ja index a62afa4b5c..38825e0805 100644 --- a/docs/manual/mod/mod_headers.xml.ja +++ b/docs/manual/mod/mod_headers.xml.ja @@ -1,7 +1,7 @@ - +