From: Rich Bowen
Date: Fri, 11 Nov 2011 17:22:17 +0000 (+0000)
Subject: Applies change from bug #51125 back to 2.2 branch. Clarifies usage of variable interp...
X-Git-Tag: 2.2.22~86
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5da399688423daa9ec5abe0ad0d101226b63093;p=thirdparty%2Fapache%2Fhttpd.git
Applies change from bug #51125 back to 2.2 branch. Clarifies usage of variable interpolation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1200971 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en
index 841f15891d2..3c200adc9b0 100644
--- a/docs/manual/mod/mod_proxy.html.en
+++ b/docs/manual/mod/mod_proxy.html.en
@@ -1240,7 +1240,7 @@ through
ProxyPassReverseCookiePath
directives,
and causes them to substitute the value of an environment
variable varname
for the string ${varname}
- in configuration directives.
+ in configuration directives (if the interpolate option is set).
Keep this turned off (for server performance) unless you need it!
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 0cd4a5b8f31..6b1c08bd7e6 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -1645,7 +1645,7 @@ header for proxied requests
ProxyPassReverseCookiePath directives,
and causes them to substitute the value of an environment
variable varname
for the string ${varname}
- in configuration directives.
+ in configuration directives (if the interpolate option is set).
Keep this turned off (for server performance) unless you need it!