Commit eca470af authored by Martin Kraemer's avatar Martin Kraemer
Browse files

Patch contributed by: Daniel Rall <dlr@apache.org>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@227052 13f79535-47bb-0310-9956-ffa450edef68
parent 532663eb
Loading
Loading
Loading
Loading
+1 −1
Changes for docs/manual/mod/mod_proxy.html.en: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -979,7 +979,7 @@ proxied server</td></tr>
    <p>Note that this <code class="directive">ProxyPassReverse</code> directive can
    also be used in conjunction with the proxy pass-through feature
    (<code>RewriteRule ...  [P]</code>) from <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>
    because its doesn't depend on a corresponding <code class="directive"><a href="#proxypass">ProxyPass</a></code> directive.</p>
    because it doesn't depend on a corresponding <code class="directive"><a href="#proxypass">ProxyPass</a></code> directive.</p>

    <p>When used inside a <code class="directive"><a href="../mod/core.html#location">&lt;Location&gt;</a></code> section, the first argument is omitted and the local
    directory is obtained from the <code class="directive"><a href="../mod/core.html#location">&lt;Location&gt;</a></code>.</p>
+1 −1
Changes for docs/manual/mod/mod_proxy.xml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -800,7 +800,7 @@ proxied server</description>
    <p>Note that this <directive>ProxyPassReverse</directive> directive can
    also be used in conjunction with the proxy pass-through feature
    (<code>RewriteRule ...  [P]</code>) from <module>mod_rewrite</module>
    because its doesn't depend on a corresponding <directive module="mod_proxy"
    because it doesn't depend on a corresponding <directive module="mod_proxy"
    >ProxyPass</directive> directive.</p>

    <p>When used inside a <directive type="section" module="core"