From a39710f0a7ddbfba0dfa73e5dce0c8d49cf688ab Mon Sep 17 00:00:00 2001
From: Nick Kew
Date: Wed, 28 May 2008 21:56:25 +0000
Subject: [PATCH] Document the fact that mod_proxy interpolation is now
supported in 2.2.9.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@661107 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_proxy.xml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index cbdebabac0..6ec53ff138 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -880,7 +880,8 @@ expressions
removes the normal limited protection against URL-based attacks
provided by the proxy.
- The optional interpolate keyword, in combination with
+
The optional interpolate keyword (available in
+ httpd 2.2.9 and later), in combination with
ProxyPassInterpolateEnv causes the ProxyPass
to interpolate environment variables, using the syntax
${VARNAME}. Note that many of the standard CGI-derived
@@ -990,7 +991,8 @@ proxied server
because it doesn't depend on a corresponding ProxyPass directive.
- The optional interpolate keyword, used together with
+
The optional interpolate keyword (available in
+ httpd 2.2.9 and later), used together with
ProxyPassInterpolateEnv, enables interpolation
of environment variables specified using the format ${VARNAME}.
@@ -1410,7 +1412,7 @@ header for proxied requests
virtual host
directory
-Available in trunk only
+Available in httpd 2.2.9 and later
This directive, together with the interpolate argument to
--
2.40.0