[Bug 64511] Alias cannot appear in directory context, contrary to docs
| Newsgroups | gmane.comp.apache.documentation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
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.