You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2008/05/28 23:56:25 UTC

svn commit: r661107 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Author: niq
Date: Wed May 28 14:56:25 2008
New Revision: 661107

URL: http://svn.apache.org/viewvc?rev=661107&view=rev
Log:
Document the fact that mod_proxy interpolation is now supported in 2.2.9.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?rev=661107&r1=661106&r2=661107&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Wed May 28 14:56:25 2008
@@ -880,7 +880,8 @@
     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 @@
     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 @@
 <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