diff options
author | Joshua Slive <slive@apache.org> | 2003-07-23 19:36:36 +0000 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2003-07-23 19:36:36 +0000 |
commit | 20deaccf3edbea3d8df850de3e01b0649811a490 (patch) | |
tree | 7cac72b29ee59b60ba150532da0ec150706b4fe7 /docs/manual/sections.html.en | |
parent | 2f283a1dcd7dfc290cec4b1284892eb5af5de45c (diff) | |
download | httpd-20deaccf3edbea3d8df850de3e01b0649811a490.tar.gz |
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
Diffstat (limited to 'docs/manual/sections.html.en')
-rw-r--r-- | docs/manual/sections.html.en | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en index 12483d1cee..0bd9ef0016 100644 --- a/docs/manual/sections.html.en +++ b/docs/manual/sections.html.en @@ -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> |