[Bug 65057] ambiguities in <DirectoryMatch>
| Newsgroups | gmane.comp.apache.documentation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bz.apache.org/bugzilla/show_bug.cgi?id=65057 Rich Bowen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #3 from Rich Bowen <[email protected]> --- Clarified the DirectoryMatch documentation: - Removed misleading "the same as <Directory>" — DirectoryMatch does not automatically apply to subdirectories unless the pattern also matches them. - Explicitly stated that the regex is a substring match with no implicit anchoring — use ^ and $ to anchor. - Replaced vague "expressions must be written with care" trailing slash note with a concrete example: <DirectoryMatch "^/var/www/?$"> Patched in r1933695 (trunk), r1933696 (2.4). -- You are receiving this mail because: You are the assignee for the bug.