From: Joshua Slive
mod_cgi
+mod_headers
mod_include
mod_log_config
mod_rewrite
@@ -139,6 +140,7 @@ underscore when passed to CGI scripts and SSI pages.
Allow
CustomLog
Deny
+Header
LogFormat
RewriteCond
RewriteRule
@@ -189,6 +191,15 @@ for filenames ending in gif
, or you can choose to only
log requests from clients which are outside your subnet.
The Header
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.
The %{ENV:...}
form of TestString in the
diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en
index 23f8c4bac2..1911c60153 100644
--- a/docs/manual/env.html.en
+++ b/docs/manual/env.html.en
@@ -129,6 +129,7 @@ underscore when passed to CGI scripts and SSI pages.
mod_access
mod_cgi
+mod_headers
mod_include
mod_log_config
mod_rewrite
@@ -139,6 +140,7 @@ underscore when passed to CGI scripts and SSI pages.
Allow
CustomLog
Deny
+Header
LogFormat
RewriteCond
RewriteRule
@@ -189,6 +191,15 @@ for filenames ending in gif
, or you can choose to only
log requests from clients which are outside your subnet.
The Header
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.
The %{ENV:...}
form of TestString in the
diff --git a/docs/manual/new_features_2_0.html b/docs/manual/new_features_2_0.html
index be30beef75..8bb0dc4944 100644
--- a/docs/manual/new_features_2_0.html
+++ b/docs/manual/new_features_2_0.html
@@ -86,6 +86,11 @@ posting and maintaining web content.