You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Martijn Stegeman <ma...@uvastudent.net> on 2002/01/27 17:33:18 UTC

general/9613: Cold fusion (or .CFM) doesn't work with multiviews

>Number:         9613
>Category:       general
>Synopsis:       Cold fusion (or .CFM) doesn't work with multiviews
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Sun Jan 27 08:40:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     martijn-bug@uvastudent.net
>Release:        1.3.22
>Organization:
apache
>Environment:
Windows XP. Cold fusion 4.5 SP 1.
>Description:
Apache Multiviews will not 'guess' the .cfm extension, while it does work with, for example, .txt or .htm.

I had this working some time ago with, I think, CF4.5 original release (not sp1).

Config:

...
ClearModuleList
AddModule mod_coldfusion.c
<other standard modules>
...
DirectoryIndex index.cfm index.htm
...
<Directory c:/>
Options Indexes FollowSymLinks MultiViews
    AllowOverride None
</Directory>
...
>How-To-Repeat:
http://via.uvastudent.net:8080/okee       (okee.txt, works)
http://via.uvastudent.net:8080/okee.txt   (okee.txt, works)
http://via.uvastudent.net:8080/index      (index.cfm, doens't)
http://via.uvastudent.net:8080/index.cfm  (index.cfm, works)
>Fix:
'Register' this extension by hand or something like that?
>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]