You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2008/03/11 18:18:21 UTC

svn commit: r636015 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: mod_headers.html.en mod_headers.xml

Author: slive
Date: Tue Mar 11 10:18:13 2008
New Revision: 636015

URL: http://svn.apache.org/viewvc?rev=636015&view=rev
Log:
Note when Edit was added to Header directive.

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_headers.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_headers.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_headers.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_headers.html.en?rev=636015&r1=636014&r2=636015&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_headers.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_headers.html.en Tue Mar 11 10:18:13 2008
@@ -306,6 +306,7 @@
 <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 @@
     <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

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_headers.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_headers.xml?rev=636015&r1=636014&r2=636015&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_headers.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_headers.xml Tue Mar 11 10:18:13 2008
@@ -166,6 +166,7 @@
 <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 @@
     <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