0 09:07:36
> To:
> Reply-To: modules-dev@httpd.apache.org
> Subject: Re: mod_proxy per-directory settings handling
>
> > Am I wrong? Is there some other reason why mod_proxy needs to go through
> the
> > aliases in forward order, maybe related to regex matching?
>
> Just co
ckBerry from SingTel!
-Original Message-
From: Eric Covener
Date: Tue, 15 Jun 2010 09:07:36
To:
Reply-To: modules-dev@httpd.apache.org
Subject: Re: mod_proxy per-directory settings handling
> Am I wrong? Is there some other reason why mod_proxy needs to go through the
> aliases in forwa
> Am I wrong? Is there some other reason why mod_proxy needs to go through the
> aliases in forward order, maybe related to regex matching?
Just convention that the first match is the operative one (which is
also why the "!" rules have to come before whatever would match them).
Could make it conf
We've been trying to reconcile various issues in config file Location
inheritance in httpd 2.2. In reading the core code, we've determined that
Locations truly are read and merged in order, and the most-specific (longest
Location strings) should go last. Therefore, we order our Locations in
increas