]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Rebuild Nick's change to mod_proxy_html doc.
authorRich Bowen <rbowen@apache.org>
Thu, 10 Nov 2011 20:00:41 +0000 (20:00 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 10 Nov 2011 20:00:41 +0000 (20:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200509 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_html.html.en

index 1fe59a244412bd89f3976dc11b8a2cecda7147b7..744559e93532226dac0c3d3c95fd524020b88f2c 100644 (file)
@@ -345,6 +345,13 @@ Patterns supported are as above.</p>
 </dd>
 </dl>
 
+<p>The optional fourth <strong>cond</strong> argument defines a condition
+that will be evaluated per Request, provided
+<code class="directive">ProxyHTMLInterp</code> is <var>On</var>.
+If the condition evaluates FALSE the map will not be applied in this request.
+If TRUE, or if no condition is defined, the map is applied.</p>
+<p>A <strong>cond</strong> is evaluated by the <a href="../expr.html">Expression Parser</a>.  In addition, the simpler syntax of conditions
+in mod_proxy_html 3.x for HTTPD 2.0 and 2.2 is also supported.</p>
 
 </div>
 </div>