From: Chris Darroch Date: Wed, 11 Oct 2006 19:44:05 +0000 (+0000) Subject: fixed missing "edit" argument option in mod_headers.xml X-Git-Tag: 2.3.0~2076 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=768125a6b379c74e26a085bfcd852f53f8893002;p=apache fixed missing "edit" argument option in mod_headers.xml described "edit" option to mod_headers in new features git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@462917 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index 3c325b034f..c370737d62 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -159,7 +159,7 @@ is available only in Apache 2.0 RequestHeader Configure HTTP request headers -RequestHeader set|append|add|unset header +RequestHeader set|append|add|unset|edit header [value] [replacement] [early|env=[!]variable] server configvirtual host directory.htaccess @@ -240,7 +240,7 @@ is available only in Apache 2.0 Header Configure HTTP response headers -Header [condition] set|append|add|unset|echo +Header [condition] set|append|add|unset|echo|edit header [value] [early|env=[!]variable] server configvirtual host directory.htaccess diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index 9cb4cf2d43..123198f5f9 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -39,8 +39,13 @@
Module Enhancements - +
+
mod_headers
+ +
Using the new edit argument, header values may + be edited using a regular expression search-and-replace + operation.
+