Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: CVS

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

 

 

Apache cvs RSS feed   Index | Next | Previous | View Threaded


takashi at apache

May 9, 2008, 9:59 AM

Post #1 of 1 (16 views)
Permalink
svn commit: r654883 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: mod_headers.html.en mod_headers.xml

Author: takashi
Date: Fri May 9 09:59:05 2008
New Revision: 654883

URL: http://svn.apache.org/viewvc?rev=654883&view=rev
Log:
Note when "merge" was added to Header and 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=654883&r1=654882&r2=654883&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 Fri May 9 09:59:05 2008
@@ -205,8 +205,9 @@
<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>merge</code> argument is available in version
+2.2.9 and later. 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
@@ -242,7 +243,8 @@
This is the HTTP standard way of giving a header multiple values.
Values are compared in a case sensitive manner, and after
all format specifiers have been processed. Values in double quotes
- are considered different from otherwise identical unquoted values.</dd>
+ are considered different from otherwise identical unquoted values.
+ <em>Available in version 2.2.9 and later.</em></dd>

<dt><code>add</code></dt>
<dd>The response header is added to the existing set of headers,
@@ -348,8 +350,9 @@
<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>merge</code> argument is available in version
+2.2.9 and later. 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
@@ -377,7 +380,8 @@
with a comma. This is the HTTP standard way of giving a header multiple
values. Values are compared in a case sensitive manner, and after
all format specifiers have been processed. Values in double quotes
- are considered different from otherwise identical unquoted values.</dd>
+ are considered different from otherwise identical unquoted values.
+ <em>Available in version 2.2.9 and later.</em></dd>

<dt><code>add</code></dt>
<dd>The request header is added to the existing set of headers,

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=654883&r1=654882&r2=654883&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 Fri May 9 09:59:05 2008
@@ -192,8 +192,9 @@
<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>merge</code> argument is available in version
+2.2.9 and later. 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
@@ -222,7 +223,8 @@
with a comma. This is the HTTP standard way of giving a header multiple
values. Values are compared in a case sensitive manner, and after
all format specifiers have been processed. Values in double quotes
- are considered different from otherwise identical unquoted values.</dd>
+ are considered different from otherwise identical unquoted values.
+ <em>Available in version 2.2.9 and later.</em></dd>

<dt><code>add</code></dt>
<dd>The request header is added to the existing set of headers,
@@ -287,8 +289,9 @@
<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>merge</code> argument is available in version
+2.2.9 and later. 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
@@ -324,7 +327,8 @@
This is the HTTP standard way of giving a header multiple values.
Values are compared in a case sensitive manner, and after
all format specifiers have been processed. Values in double quotes
- are considered different from otherwise identical unquoted values.</dd>
+ are considered different from otherwise identical unquoted values.
+ <em>Available in version 2.2.9 and later.</em></dd>

<dt><code>add</code></dt>
<dd>The response header is added to the existing set of headers,

Apache cvs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.