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:20:52 UTC

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

Author: slive
Date: Tue Mar 11 10:20:50 2008
New Revision: 636017

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

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=636017&r1=636016&r2=636017&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:20:50 2008
@@ -179,6 +179,8 @@
 <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 @@
     <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 @@
 <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

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=636017&r1=636016&r2=636017&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:20:50 2008
@@ -166,7 +166,8 @@
 <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 @@
 <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 @@
     <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