DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19389>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19389 Apache 2.0 Alias configuration behaves different from Apache 1.3 Summary: Apache 2.0 Alias configuration behaves different from Apache 1.3 Product: Apache httpd-2.0 Version: 2.0.45 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: mod_alias AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] For Apache 1.3 I have the following DocumentRoot and Alias configured: DocumentRoot /export/home/moxp/www/www Alias /ar/ /export/home/moxp/www/reports/ Even if the directory /export/home/moxp/www/www/ar exists on the server the Alias still works to map the request to the aliased directory. Apache 2.0 does not behave the same way. If the directory /export/home/moxp/www/www/ar exists the contents of that directory is served instead of the aliased directory. I could find no documenation for this change in behaviour. I think it is a valid assumption to make that if you configure an Alias it would take precedence over directories and files in the DocumentRoot. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
