Commit 6519692c authored by Joshua Slive's avatar Joshua Slive
Browse files

Note mod_headers changes in a couple other places.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89388 13f79535-47bb-0310-9956-ffa450edef68
parent b74e5993
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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
+11 −0
Original line number Diff line number Diff line
@@ -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
+5 −0
Original line number Diff line number Diff line
@@ -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" -->
+5 −0
Original line number Diff line number Diff line
@@ -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" -->