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=20414>. 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=20414 DirectoryIndex accumulation Summary: DirectoryIndex accumulation Product: Apache httpd-2.0 Version: 2.0.40 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: mod_dir AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] DirectoryIndex directive is accumulated. It's undocumented behavior but used by some vendors (for example RedHat) for packaging modules like PHP (in /etc/httpd/conf.d/php.conf file included with "Include /etc/httpd/conf.d/*.conf"). But its accumulation behavior is not clear - it works within one context - first occurence of DirectoryIndex in VirtualHost overwrites the parent context list. Please document this behavior or remove it. Or even better make it possible to add index files at end/start of DirectoryIndex list (with another directive, f.e. DirectoryIndexAdd or with '+' before option, which can cause problems with adding filenames starting with '+'). There should also be possible to clear the list. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
