]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Applies change from bug #51125 back to 2.2 branch. Clarifies usage of variable interp...
authorRich Bowen <rbowen@apache.org>
Fri, 11 Nov 2011 17:22:17 +0000 (17:22 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 11 Nov 2011 17:22:17 +0000 (17:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1200971 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.xml

index 841f15891d216ab6a4669a1ab28d83f610b85ee5..3c200adc9b0cfd1027d2ce724052b225db868c38 100644 (file)
@@ -1240,7 +1240,7 @@ through</td></tr>
     <code class="directive">ProxyPassReverseCookiePath</code> directives,
     and causes them to substitute the value of an environment
     variable <code>varname</code> for the string <code>${varname}</code>
-    in configuration directives.</p>
+    in configuration directives (if the <var>interpolate</var> option is set).</p>
     <p>Keep this turned off (for server performance) unless you need it!</p>
 
 </div>
index 0cd4a5b8f31f1e528a51c00f1309559e59ad81f5..6b1c08bd7e6a807c465c6d48f2ed368bfe96aaf1 100644 (file)
@@ -1645,7 +1645,7 @@ header for proxied requests</description>
     <directive>ProxyPassReverseCookiePath</directive> directives,
     and causes them to substitute the value of an environment
     variable <code>varname</code> for the string <code>${varname}</code>
-    in configuration directives.</p>
+    in configuration directives (if the <var>interpolate</var> option is set).</p>
     <p>Keep this turned off (for server performance) unless you need it!</p>
 </usage>
 </directivesynopsis>