From: Eric Covener Date: Mon, 24 Feb 2014 22:43:44 +0000 (+0000) Subject: xforms X-Git-Tag: 2.4.8~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82792929726752c698a4cbd6f32531dde4b54e43;p=apache xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1571477 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index 5c8c5d467b..9a113518dd 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -200,7 +200,7 @@ Header merge Cache-Control no-store env=NO_STORE

Header Directive

- @@ -208,7 +208,7 @@ Header merge Cache-Control no-store env=NO_STORE - +
Description:Configure HTTP response headers
Syntax:Header [condition] add|append|echo|edit|edit*|merge|set|unset|note +
Syntax:Header [condition] add|append|echo|edit|edit*|merge|set|setifempty|unset|note header [value] [replacement] [early|env=[!]variable]|expr=expression]
Override:FileInfo
Status:Extension
Module:mod_headers
Compatibility:Default condition was temporarily changed to "always" in 2.3.9 and 2.3.10
Compatibility:Default condition was temporarily changed to "always" in 2.3.9 and 2.3.10. SetIfEmpty available since 2.4.7.

This directive can replace, merge or remove HTTP response headers. The header is modified just after the content handler @@ -293,7 +293,7 @@ Header merge Cache-Control no-store env=NO_STORE

setifempty
The request header is set, but only if there is no previous header - with this name
+ with this name. Available in 2.4.7 and later.
unset
The response header of this name is removed, if it exists. @@ -399,7 +399,7 @@ Header merge Cache-Control no-store env=NO_STORE

RequestHeader Directive

- @@ -407,6 +407,7 @@ Header merge Cache-Control no-store env=NO_STORE +
Description:Configure HTTP request headers
Syntax:RequestHeader add|append|edit|edit*|merge|set|unset +
Syntax:RequestHeader add|append|edit|edit*|merge|set|setifempty|unset header [value] [replacement] [early|env=[!]variable]|expr=expression]
Override:FileInfo
Status:Extension
Module:mod_headers
Compatibility:SetIfEmpty available in 2.4.7 and later

This directive can replace, merge, change or remove HTTP request headers. The header is modified just before the content handler @@ -457,7 +458,7 @@ Header merge Cache-Control no-store env=NO_STORE

setifempty
The request header is set, but only if there is no previous header - with this name
+ with this name. Available in 2.4.7 and later.
unset
The request header of this name is removed, if it exists. If diff --git a/docs/manual/mod/mod_headers.xml.ja b/docs/manual/mod/mod_headers.xml.ja index 9f5b3e9c84..bd9428c855 100644 --- a/docs/manual/mod/mod_headers.xml.ja +++ b/docs/manual/mod/mod_headers.xml.ja @@ -1,7 +1,7 @@ - + +