mirror of
https://github.com/apache/httpd.git
synced 2025-08-16 17:04:42 +00:00
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:
@ -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"><Proxy></a></code>
|
||||
container takes the place of the <code class="directive"><a href="./mod/core.html#directory"><Directory></a></code> container in the processing
|
||||
order.</p>
|
||||
|
||||
<p>Later sections override earlier ones.</p>
|
||||
|
||||
<div class="note"><h3>Technical Note</h3>
|
||||
|
Reference in New Issue
Block a user