]> granicus.if.org Git - apache/commitdiff
Note mod_headers changes in a couple other places.
authorJoshua Slive <slive@apache.org>
Tue, 19 Jun 2001 03:55:59 +0000 (03:55 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 19 Jun 2001 03:55:59 +0000 (03:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89388 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/env.html
docs/manual/env.html.en
docs/manual/new_features_2_0.html
docs/manual/new_features_2_0.html.en

index 23f8c4bac2c2c3963523c3df41a96bd0eea53ff2..1911c601539815ce5a07d9ac79cf04f1f6794ce5 100644 (file)
@@ -129,6 +129,7 @@ underscore when passed to CGI scripts and SSI pages.</li>
 
 <a href="mod/mod_access.html">mod_access</a><br>
 <a href="mod/mod_cgi.html">mod_cgi</a><br>
+<a href="mod/mod_headers.html">mod_headers</a><br>
 <a href="mod/mod_include.html">mod_include</a><br>
 <a href="mod/mod_log_config.html">mod_log_config</a><br>
 <a href="mod/mod_rewrite.html">mod_rewrite</a><br>
@@ -139,6 +140,7 @@ underscore when passed to CGI scripts and SSI pages.</li>
 <A HREF="mod/mod_access.html#allow">Allow</A><br>
 <a href="mod/mod_log_config.html#customlog">CustomLog</a><br>
 <A HREF="mod/mod_access.html#deny">Deny</A><br>
+<a href="mod/mod_headers.html#Header">Header</a><br>
 <a href="mod/mod_log_config.html#logformat">LogFormat</a><br>
 <A HREF="mod/mod_rewrite.html#RewriteCond">RewriteCond</A><br>
 <A HREF="mod/mod_rewrite.html#RewriteRule">RewriteRule</A><br>
@@ -189,6 +191,15 @@ for filenames ending in <code>gif</code>, or you can choose to only
 log requests from clients which are outside your subnet.
 </p>
 
+<h3>Conditional Response Headers</h3>
+
+<p>The <code>Header</code> directive can use the presence or absence
+of an environment variable to determine whether or not a certain
+HTTP header will be placed in the response to the client.
+This allows, for example, a certain response header to be sent
+only if a corresponding header is received in the request from 
+the client.</p>
+
 <h3>URL Rewriting</h3>
 
 <p>The <code>%{ENV:...}</code> form of <em>TestString</em> in the
index 23f8c4bac2c2c3963523c3df41a96bd0eea53ff2..1911c601539815ce5a07d9ac79cf04f1f6794ce5 100644 (file)
@@ -129,6 +129,7 @@ underscore when passed to CGI scripts and SSI pages.</li>
 
 <a href="mod/mod_access.html">mod_access</a><br>
 <a href="mod/mod_cgi.html">mod_cgi</a><br>
+<a href="mod/mod_headers.html">mod_headers</a><br>
 <a href="mod/mod_include.html">mod_include</a><br>
 <a href="mod/mod_log_config.html">mod_log_config</a><br>
 <a href="mod/mod_rewrite.html">mod_rewrite</a><br>
@@ -139,6 +140,7 @@ underscore when passed to CGI scripts and SSI pages.</li>
 <A HREF="mod/mod_access.html#allow">Allow</A><br>
 <a href="mod/mod_log_config.html#customlog">CustomLog</a><br>
 <A HREF="mod/mod_access.html#deny">Deny</A><br>
+<a href="mod/mod_headers.html#Header">Header</a><br>
 <a href="mod/mod_log_config.html#logformat">LogFormat</a><br>
 <A HREF="mod/mod_rewrite.html#RewriteCond">RewriteCond</A><br>
 <A HREF="mod/mod_rewrite.html#RewriteRule">RewriteRule</A><br>
@@ -189,6 +191,15 @@ for filenames ending in <code>gif</code>, or you can choose to only
 log requests from clients which are outside your subnet.
 </p>
 
+<h3>Conditional Response Headers</h3>
+
+<p>The <code>Header</code> directive can use the presence or absence
+of an environment variable to determine whether or not a certain
+HTTP header will be placed in the response to the client.
+This allows, for example, a certain response header to be sent
+only if a corresponding header is received in the request from 
+the client.</p>
+
 <h3>URL Rewriting</h3>
 
 <p>The <code>%{ENV:...}</code> form of <em>TestString</em> in the
index be30beef7589fbdeb28086741774f579d17abc10..8bb0dc4944fe21b124205da5e09873de7d9f0232 100644 (file)
@@ -86,6 +86,11 @@ posting and maintaining web content.
 <dd>New module in Apache 2.0.  This module includes the functionality
 of mod_mmap_static in Apache 1.3, plus adds further caching abilities.
 
+<dt><strong>mod_headers</strong> 
+<dd>This module is much more flexible in Apache 2.0.  It can now
+modify request headers used by mod_proxy, and it can conditionally set
+response headers.
+
 </dl>
 
 <!--#include virtual="footer.html" -->
index be30beef7589fbdeb28086741774f579d17abc10..8bb0dc4944fe21b124205da5e09873de7d9f0232 100644 (file)
@@ -86,6 +86,11 @@ posting and maintaining web content.
 <dd>New module in Apache 2.0.  This module includes the functionality
 of mod_mmap_static in Apache 1.3, plus adds further caching abilities.
 
+<dt><strong>mod_headers</strong> 
+<dd>This module is much more flexible in Apache 2.0.  It can now
+modify request headers used by mod_proxy, and it can conditionally set
+response headers.
+
 </dl>
 
 <!--#include virtual="footer.html" -->