]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Document the fact that mod_proxy interpolation is now supported in 2.2.9.
authorNick Kew <niq@apache.org>
Wed, 28 May 2008 21:58:29 +0000 (21:58 +0000)
committerNick Kew <niq@apache.org>
Wed, 28 May 2008 21:58:29 +0000 (21:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@661109 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index e363b1ce1c3ad4bd31d5f7f7b56283f45e82fb61..d0125c5f73bd6275c79f1c2445acf299e89b3b5b 100644 (file)
@@ -854,7 +854,8 @@ expressions</description>
     removes the normal limited protection against URL-based attacks
     provided by the proxy.</p>
 
-    <p>The optional <var>interpolate</var> keyword, in combination with
+    <p>The optional <var>interpolate</var> keyword (available in
+    httpd 2.2.9 and later), in combination with
     <directive>ProxyPassInterpolateEnv</directive> causes the ProxyPass
     to interpolate environment variables, using the syntax
     <var>${VARNAME}</var>.  Note that many of the standard CGI-derived
@@ -965,7 +966,8 @@ proxied server</description>
     because it doesn't depend on a corresponding <directive module="mod_proxy"
     >ProxyPass</directive> directive.</p>
 
-    <p>The optional <var>interpolate</var> keyword, used together with
+    <p>The optional <var>interpolate</var> keyword (available in
+    httpd 2.2.9 and later), used together with
     <directive>ProxyPassInterpolateEnv</directive>, enables interpolation
     of environment variables specified using the format <var>${VARNAME}</var>.
     </p>
@@ -1414,7 +1416,7 @@ header for proxied requests</description>
 <context>virtual host</context>
 <context>Location</context>
 </contextlist>
-<compatibility>Available in trunk only</compatibility>
+<compatibility>Available in httpd 2.2.9 and later</compatibility>
 
 <usage>
     <p>This directive, together with the <var>interpolate</var> argument to