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=14860>. 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=14860 MultiViews Option lost when empty <DirectoryMatch> added Summary: MultiViews Option lost when empty <DirectoryMatch> added Product: Apache httpd-2.0 Version: 2.0.43 Platform: PC OS/Version: FreeBSD Status: NEW Severity: Normal Priority: Other Component: mod_negotiation AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] This was reported on [EMAIL PROTECTED]: http://marc.theaimsgroup.com/?t=103789348500013&r=1&w=2 but the person who reported it there hasn't yet filed a bug report. To recreate: Use a standard install of 2.0.43 ./configure; make; make install and then add the following lines to httpd.conf immediately after the <Directory> section for the manual: <DirectoryMatch /usr/local/apache2/manual> # empty </DirectoryMatch> Then accessing the manual homepage will give you a directory listing as if MultiViews was not activated for that directory. This is not the case if a <Directory> section is used in place of the <DirectoryMatch>. I have no idea how to go about debugging this. A configuration that shows this problem is presently at cvs.apache.org:/home/slive/ap243/ http://cvs.apache.org:8899/manual/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
