Hit a couple files that hadn't been adapted to account

for the move from <Directory proxy:> to <proxy>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100748 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joshua Slive
2003-07-23 19:36:36 +00:00
parent 2f283a1dcd
commit 20deaccf3e
6 changed files with 36 additions and 52 deletions

View File

@ -376,6 +376,11 @@ are interpreted, it is important to understand how this works.</p>
the virtual host definition. This allows virtual hosts to
override the main server configuration.</p>
<p>When the request is served by <code class="module"><a href="./mod/mod_proxy.html">mod_proxy</a></code>, the
<code class="directive"><a href="./mod/mod_proxy.html#proxy">&lt;Proxy&gt;</a></code>
container takes the place of the <code class="directive"><a href="./mod/core.html#directory">&lt;Directory&gt;</a></code> container in the processing
order.</p>
<p>Later sections override earlier ones.</p>
<div class="note"><h3>Technical Note</h3>