]> granicus.if.org Git - apache/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:56:25 +0000 (21:56 +0000)
committerNick Kew <niq@apache.org>
Wed, 28 May 2008 21:56:25 +0000 (21:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@661107 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index cbdebabac04b634fa684253b853bc4336ffb2ee1..6ec53ff138efcf9cb31660b2e4e597c2c680318b 100644 (file)
@@ -880,7 +880,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
@@ -990,7 +991,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>
@@ -1410,7 +1412,7 @@ header for proxied requests</description>
 <context>virtual host</context>
 <context>directory</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