From: Takashi Sato Date: Fri, 9 May 2008 16:59:05 +0000 (+0000) Subject: Note when "merge" was added to Header and RequestHeader X-Git-Tag: 2.2.9~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=978e6cd2ea6dbc738db08ac57d4c6e1442f97a06;p=thirdparty%2Fapache%2Fhttpd.git Note when "merge" was added to Header and RequestHeader git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@654883 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index 249a3c88115..9e4cb8cdc43 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -205,8 +205,9 @@ headers Override:FileInfo Status:Extension Module:mod_headers -Compatibility:The edit argument is available in version -2.2.4 and later +Compatibility:The merge argument is available in version +2.2.9 and later. The edit argument is available in version +2.2.4 and later.

This directive can replace, merge or remove HTTP response headers. The header is modified just after the content handler @@ -242,7 +243,8 @@ headers This is the HTTP standard way of giving a header multiple values. Values are compared in a case sensitive manner, and after all format specifiers have been processed. Values in double quotes - are considered different from otherwise identical unquoted values. + are considered different from otherwise identical unquoted values. + Available in version 2.2.9 and later.

add
The response header is added to the existing set of headers, @@ -348,8 +350,9 @@ headers Override:FileInfo Status:Extension Module:mod_headers -Compatibility:The edit argument is available in version -2.2.4 and later +Compatibility:The merge argument is available in version +2.2.9 and later. The edit argument is available in version +2.2.4 and later.

This directive can replace, merge, change or remove HTTP request headers. The header is modified just before the content handler @@ -377,7 +380,8 @@ headers with a comma. This is the HTTP standard way of giving a header multiple values. Values are compared in a case sensitive manner, and after all format specifiers have been processed. Values in double quotes - are considered different from otherwise identical unquoted values.

+ are considered different from otherwise identical unquoted values. + Available in version 2.2.9 and later.
add
The request header is added to the existing set of headers, diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index e4f973d8c33..15cd796de22 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -192,8 +192,9 @@ headers server configvirtual host directory.htaccess FileInfo -The edit argument is available in version -2.2.4 and later +The merge argument is available in version +2.2.9 and later. The edit argument is available in version +2.2.4 and later.

This directive can replace, merge, change or remove HTTP request @@ -222,7 +223,8 @@ headers with a comma. This is the HTTP standard way of giving a header multiple values. Values are compared in a case sensitive manner, and after all format specifiers have been processed. Values in double quotes - are considered different from otherwise identical unquoted values.

+ are considered different from otherwise identical unquoted values. + Available in version 2.2.9 and later.
add
The request header is added to the existing set of headers, @@ -287,8 +289,9 @@ headers server configvirtual host directory.htaccess FileInfo -The edit argument is available in version -2.2.4 and later +The merge argument is available in version +2.2.9 and later. The edit argument is available in version +2.2.4 and later.

This directive can replace, merge or remove HTTP response headers. The header is modified just after the content handler @@ -324,7 +327,8 @@ headers This is the HTTP standard way of giving a header multiple values. Values are compared in a case sensitive manner, and after all format specifiers have been processed. Values in double quotes - are considered different from otherwise identical unquoted values.

+ are considered different from otherwise identical unquoted values. + Available in version 2.2.9 and later.
add
The response header is added to the existing set of headers,