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

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

index dedf370855bf3497b0b2596f381921814acc94cd..63026ab46f1946094d0155ca13f10a70ccfd54a2 100644 (file)
@@ -179,6 +179,8 @@ 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 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</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 <var>header</var> name, which
@@ -306,7 +311,8 @@ 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>
+<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
index 068ccb364d2da0339aa0a8b59a8948f32938107c..89ab9ea05ea2b312e8606a5cc37ab7453a6feea7 100644 (file)
@@ -166,7 +166,8 @@ 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>
+<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
@@ -250,7 +251,8 @@ 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 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</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 <var>header</var> name, which