From: Luca Toscano Date: Mon, 13 Mar 2017 15:24:45 +0000 (+0000) Subject: Documentation rebuild X-Git-Tag: 2.5.0-alpha~559 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3be775f7e17f71270e48b78deaf90f7af47c807c;p=apache Documentation rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1786710 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en index 101172804b..9f9602082b 100644 --- a/docs/manual/sections.html.en +++ b/docs/manual/sections.html.en @@ -431,26 +431,35 @@ are interpreted, it is important to understand how this works.

-

Apart from <Directory>, each group is processed in - the order that they appear in the configuration files. <Directory> (group 1 above) - is processed in the order shortest directory component to longest. - So for example, <Directory "/var/web/dir"> will - be processed before <Directory - "/var/web/dir/subdir">. If multiple <Directory> sections apply - to the same directory they are processed in the configuration file - order. Configurations included via the Include directive will be treated as if - they were inside the including file at the location of the - Include directive.

- -

Sections inside <VirtualHost> sections - are applied after the corresponding sections outside - the virtual host definition. This allows virtual hosts to - override the main server configuration.

- -

When the request is served by mod_proxy, the - <Proxy> - container takes the place of the <Directory> container in the processing - order.

+

Some important remarks:

+

Technical Note

There is actually a