https://issues.apache.org/bugzilla/show_bug.cgi?id=53585
Mostafa <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID |--- --- Comment #2 from Mostafa <[email protected]> --- http://httpd.apache.org/docs/2.2/mod/core.html#directorymatch The bug is related to <Directory> tag, not <DirectoryMatch> tag. According to : http://httpd.apache.org/docs/2.2/mod/core.html#directory I can see the following example in the documentation : <Directory ~ abc$> # ... directives here ... </Directory> Which shows that it's allowed to use $. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
