From: Rich Bowen
Date: Fri, 11 Nov 2011 17:17:02 +0000 (+0000)
Subject: A little clarification about variable interpolation, as requested in bug #51125
X-Git-Tag: 2.5.0-alpha~7929
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d2049f46246da431ff717de2161e36367d96514;p=thirdparty%2Fapache%2Fhttpd.git
A little clarification about variable interpolation, as requested in bug #51125
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200968 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 3caea11b473..975394fab65 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -1725,7 +1725,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!