]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Note when Edit was added to Header directive.
authorJoshua Slive <slive@apache.org>
Tue, 11 Mar 2008 17:18:13 +0000 (17:18 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 11 Mar 2008 17:18:13 +0000 (17:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@636015 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_headers.html.en
docs/manual/mod/mod_headers.xml

index 4c4661ab4ba2b840bb89b595641dce15847eab65..dedf370855bf3497b0b2596f381921814acc94cd 100644 (file)
@@ -306,6 +306,7 @@ is available only in Apache 2.0</td></tr></table>
 <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_headers</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>The <code>edit</code> argument is available in version 2.2.4 and later</td></tr>
 </table>
     <p>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</td></tr></table>
     <var>value</var> must be omitted.</dd>
 
     <dt><code>edit</code></dt>
-    <dd>If this request header exists, its value is transformed according
-    to a <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular expression</a>
-    search-and-replace.  The <var>value</var> argument is a <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular expression</a>, and the <var>replacement</var>
-    is a replacement string, which may contain backreferences.</dd>
+    <dd>If this request header exists, its value is transformed
+    according to a <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular expression</a>
+    search-and-replace.  The <var>value</var> argument is
+    a <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular expression</a>, and
+    the <var>replacement</var> is a replacement string, which may
+    contain backreferences. <em>Available in version 2.2.4 and
+    later</em>.</dd>
     </dl>
 
     <p>This argument is followed by a header name, which can
index 93c4f93b8d22f896eeb4e790ec661e2a396bc635..068ccb364d2da0339aa0a8b59a8948f32938107c 100644 (file)
@@ -166,6 +166,7 @@ is available only in Apache 2.0</compatibility>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context></contextlist>
 <override>FileInfo</override>
+<compatibility>The <code>edit</code> argument is available in version 2.2.4 and later</compatibility>
 
 <usage>
     <p>This directive can replace, merge, change or remove HTTP request
@@ -199,11 +200,13 @@ is available only in Apache 2.0</compatibility>
     <var>value</var> must be omitted.</dd>
 
     <dt><code>edit</code></dt>
-    <dd>If this request header exists, its value is transformed according
-    to a <glossary ref="regex">regular expression</glossary>
-    search-and-replace.  The <var>value</var> argument is a <glossary
-    ref="regex">regular expression</glossary>, and the <var>replacement</var>
-    is a replacement string, which may contain backreferences.</dd>
+    <dd>If this request header exists, its value is transformed
+    according to a <glossary ref="regex">regular expression</glossary>
+    search-and-replace.  The <var>value</var> argument is
+    a <glossary ref="regex">regular expression</glossary>, and
+    the <var>replacement</var> is a replacement string, which may
+    contain backreferences. <em>Available in version 2.2.4 and
+    later</em>.</dd>
     </dl>
 
     <p>This argument is followed by a header name, which can