On Thu, Feb 26, 2015 at 6:17 PM, deoren <[email protected]> wrote: > I thought that having the less restrictive and more path specific block > beneath the other would allow it to override the less specific block, but so > far no luck.
Most things are merged/inherited when not overridden, either at a per-module or per-directive basis. To remove auth in the sub-location, try satisfy any + order deny,allow to effectively undo the auth requirement. I don't know how that interacts with your LimitEccept, I've never used them. -- Eric Covener [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
