]> granicus.if.org Git - apache/commitdiff
fixed missing "edit" argument option in mod_headers.xml
authorChris Darroch <chrisd@apache.org>
Wed, 11 Oct 2006 19:44:05 +0000 (19:44 +0000)
committerChris Darroch <chrisd@apache.org>
Wed, 11 Oct 2006 19:44:05 +0000 (19:44 +0000)
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

docs/manual/mod/mod_headers.xml
docs/manual/new_features_2_4.xml

index 3c325b034facc8a02f0091ab6b9471d99d2bbd8f..c370737d62e299607d749c2144a7d232eaefd312 100644 (file)
@@ -159,7 +159,7 @@ is available only in Apache 2.0</compatibility>
 <directivesynopsis>
 <name>RequestHeader</name>
 <description>Configure HTTP request headers</description>
-<syntax>RequestHeader set|append|add|unset <var>header</var>
+<syntax>RequestHeader set|append|add|unset|edit <var>header</var>
 [<var>value</var>] [<var>replacement</var>] [early|env=[!]<var>variable</var>]</syntax>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context></contextlist>
@@ -240,7 +240,7 @@ is available only in Apache 2.0</compatibility>
 <directivesynopsis>
 <name>Header</name>
 <description>Configure HTTP response headers</description>
-<syntax>Header [<var>condition</var>] set|append|add|unset|echo
+<syntax>Header [<var>condition</var>] set|append|add|unset|echo|edit
 <var>header</var> [<var>value</var>] [early|env=[!]<var>variable</var>]</syntax>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context></contextlist>
index 9cb4cf2d430eecf11289d8fc1236774d646e04cd..123198f5f99240d250b1c58d0f7cdcf94302fa2f 100644 (file)
 
   <section id="module">
     <title>Module Enhancements</title>
-    <!-- <dl>
-    </dl> -->
+    <dl>
+      <dt><module>mod_headers</module></dt>
+
+      <dd>Using the new <code>edit</code> argument, header values may
+          be edited using a regular expression search-and-replace
+          operation.</dd>
+    </dl>
 
   </section>