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
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
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
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