Re: Execution order of directives within Apache 2.4

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Feb 20, 2015 at 7:33 AM,  <Andre.Wendel@xxxxxx> wrote:
> Are there general rules, like the overall order inside the httpd.conf, or
> the execution is based on the order the single corresponding modules are
> loaded?


Directives are not directly excuted, they supply configuration to many
different modules.

Those modules all run in different stages of Apache processing.  They
can ask early, late, or before or after other modules they know about.
Sometimes, the order is undefined and can change over time.

So there is really no general rule other than how configurations
should be merged other than the precedence of the various
configuration sections:

http://httpd.apache.org/docs/2.4/sections.html

For example, DirectoryIndex specified multiple times might implicitly
add to the list, but using Require implicitly starts over fresh.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx





[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux