summaryrefslogtreecommitdiff
path: root/docs/manual/env.html
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2001-06-19 03:55:59 +0000
committerJoshua Slive <slive@apache.org>2001-06-19 03:55:59 +0000
commit61be6d564435d0d59d14261a806c263d89fc983c (patch)
treef056eb7b4a21adf84bac784ea355362392baccb7 /docs/manual/env.html
parent2feece561853d63f2196d47d5c63c08c08bf70a5 (diff)
downloadhttpd-61be6d564435d0d59d14261a806c263d89fc983c.tar.gz
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
Diffstat (limited to 'docs/manual/env.html')
-rw-r--r--docs/manual/env.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/manual/env.html b/docs/manual/env.html
index 23f8c4bac2..1911c60153 100644
--- a/docs/manual/env.html
+++ b/docs/manual/env.html
@@ -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