On Mon, Jul 18, 2016 at 2:10 PM, Christopher Schultz
<ch...@christopherschultz.net> wrote:
> I believe by putting the exception-Location first in the configuration
> file, I should be able to trump the general configuration affecting
> the "/" URL-space, right?


Matching location sections get merged together in the order they
appear.  Meaning the 2nd is applied on top of the 1st.

For authorization, the default is to replace.  Meaning your override
should be 2nd.

You might have some addl complexity by using the compat module for
Order here. I would avoid it!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to