https://bz.apache.org/bugzilla/show_bug.cgi?id=58789
Eric Covener <cove...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|b...@httpd.apache.org |docs@httpd.apache.org Component|All |Documentation --- Comment #23 from Eric Covener <cove...@gmail.com> --- This seems to be working as designed, but the docs could use some elaboration on a few points: https://httpd.apache.org/docs/2.4/sections.html 1) htacess context is equivalent to Directory context. 2) The implications related to nesting of things like <Files> in Directory and the false assumption that deeper htaccess = higher precedence. -/- The manual clearly states that Files/FilesMatch has precedence. That precedence is not overridden because there is a more closely matched Directory section. If you want the matching Directory to have precedence for overlapping directives, use <Files *> to make them all fit into the Files merging precedence -/- Reclassifying to docs so someone (elukey?) can take a crack at explaining it. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org