Commit e4422d65 authored by Richard Bowen's avatar Richard Bowen
Browse files

Rebuild Nick's change to mod_proxy_html doc.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200509 13f79535-47bb-0310-9956-ffa450edef68
parent ea24aa47
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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>