On Fri, Feb 20, 2015 at 7:33 AM,  <andre.wen...@bmw.de> 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-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to