You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/11/26 17:04:41 UTC

DO NOT REPLY [Bug 14860] New: - MultiViews Option lost when empty added

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: bugs@httpd.apache.org
        ReportedBy: slive@apache.org


This was reported on users@httpd:
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org