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/05/08 18:27:06 UTC

DO NOT REPLY [Bug 8910] New: - MultiviewsMatch Any does not work as expected

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=8910>.
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=8910

MultiviewsMatch Any does not work as expected

           Summary: MultiviewsMatch Any does not work as expected
           Product: Apache httpd-2.0
           Version: 2.0.36
          Platform: All
        OS/Version: FreeBSD
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_mime
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: maddog2k@maddog2k.nl


I've setup Apache 2.0.36 now, and the 'MultiviewsMatch Any' does noet work as
expected.

For example, I have:

AddOutputFilter INCLUDES .shtml
AddOutputFilter PHP .php .php4 .php3 .phtml

While reading the docs, it says Multiviews should use these to if I use the
'Any' or 'Filter' with MultiviewsMatch. It doesn't.

.cgi and .pl are matched, and .html too. Cause their Applicationtype is known.
.php, etc is only getting matched _if_ I specify for example 'AddHandler
application/x-httpd-php .php'

It should at least match one file when I request '/test', instead of giving a
404 (cause test.php DOES exist).

error_log shows:

Negotiation: discovered file(s) matching request: /www/site/public_html/test
(None could be negotiated)

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org