From: Joshua Slive Date: Tue, 11 Mar 2008 17:18:13 +0000 (+0000) Subject: Note when Edit was added to Header directive. X-Git-Tag: 2.2.9~310 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b766d80c15c4c73e9d73efd4e2ba50a774d28918;p=thirdparty%2Fapache%2Fhttpd.git Note when Edit was added to Header directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@636015 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index 4c4661ab4ba..dedf370855b 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -306,6 +306,7 @@ 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, change or remove HTTP request headers. The header is modified just before the content handler @@ -338,10 +339,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 can diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index 93c4f93b8d2..068ccb364d2 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -166,6 +166,7 @@ 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, change or remove HTTP request @@ -199,11 +200,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 can