https://bz.apache.org/bugzilla/show_bug.cgi?id=64511
Rich Bowen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #7 from Rich Bowen <[email protected]> --- Fixed in r1933768 (trunk) and r1933769 (2.4.x). After deeper investigation of the mod_alias.c source, it became clear that the Alias directive has two forms with different context rules: the two-argument form is server/vhost only, while the one-argument form works in <Location>, <Proxy>, and <If> but not <Directory> or <Files>. Added a "Context restrictions" note to the Alias directive documentation explaining this. If support for Alias in <Directory> is still desired as a feature enhancement, please open a new ticket for that request. -- 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]
