From: Joshua Slive Date: Tue, 11 Mar 2008 17:20:50 +0000 (+0000) Subject: Note when Edit was added to RequestHeader. X-Git-Tag: 2.2.9~309 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c3c333d9f188b945b92d22b4ea4ea7956b18dc6;p=thirdparty%2Fapache%2Fhttpd.git Note when Edit was added to RequestHeader. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@636017 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index dedf370855b..63026ab46f1 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -179,6 +179,8 @@ is available only in Apache 2.0 Override:FileInfo Status:Extension Module:mod_headers +Compatibility: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 @@ -225,10 +227,13 @@ is available only in Apache 2.0 value must be omitted.

edit
-
If this request header exists, its value is transformed according - to a regular expression - search-and-replace. The value argument is a regular expression, and the replacement - is a replacement string, which may contain backreferences.
+
If this request header exists, its value is transformed + according to a regular expression + search-and-replace. The value argument is + a regular expression, and + the replacement is a replacement string, which may + contain backreferences. Available in version 2.2.4 and + later.

This argument is followed by a header name, which @@ -306,7 +311,8 @@ is available only in Apache 2.0 Override:FileInfo Status:Extension Module:mod_headers -Compatibility:The edit argument is available in version 2.2.4 and later +Compatibility: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 diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index 068ccb364d2..89ab9ea05ea 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -166,7 +166,8 @@ is available only in Apache 2.0 server configvirtual host directory.htaccess FileInfo -The edit argument is available in version 2.2.4 and later +The edit argument is available in version +2.2.4 and later

This directive can replace, merge, change or remove HTTP request @@ -250,7 +251,8 @@ is available only in Apache 2.0 server configvirtual host directory.htaccess FileInfo - +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 @@ -297,11 +299,13 @@ is available only in Apache 2.0 value must be omitted.

edit
-
If this request header exists, its value is transformed according - to a regular expression - search-and-replace. The value argument is a regular expression, and the replacement - is a replacement string, which may contain backreferences.
+
If this request header exists, its value is transformed + according to a regular expression + search-and-replace. The value argument is + a regular expression, and + the replacement is a replacement string, which may + contain backreferences. Available in version 2.2.4 and + later.

This argument is followed by a header name, which