On Thu, Feb 26, 2015 at 6:17 PM, deoren <users-httpd.apache....@whyaskwhy.org> 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 cove...@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org