AW: [users@httpd] Execution order of directives within Apache 2.4

2015-02-23 Thread Andre.Wendel
pache.org Betreff: Re: [users@httpd] Execution order of directives within Apache 2.4 On Fri, 20 Feb 2015 12:33:32 + wrote: > > Hello everybody, > > I was searching for a description of the exection order of directives and > configurations within the apache and I wasn't a

Re: [users@httpd] Execution order of directives within Apache 2.4

2015-02-20 Thread Nick Kew
On Fri, 20 Feb 2015 12:33:32 + wrote: > > Hello everybody, > > I was searching for a description of the exection order of directives and > configurations within the apache and I wasn't able to find the documentation > about that? E.g. I know that ReverseProxy rules will be executed in the

Re: [users@httpd] Execution order of directives within Apache 2.4

2015-02-20 Thread Eric Covener
On Fri, Feb 20, 2015 at 7:33 AM, 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. Tho

[users@httpd] Execution order of directives within Apache 2.4

2015-02-20 Thread Andre.Wendel
Hello everybody, I was searching for a description of the exection order of directives and configurations within the apache and I wasn't able to find the documentation about that? E.g. I know that ReverseProxy rules will be executed in the order from top down, also virtual hosts and filters, b