Bit of a puzzle here... If a user calls any URL of the form "*.cfm.*" on my server (existing or not), I get a 500 error.
Example: http://my.site.com/index.cfm.html ,or http://my.site.com/index.cfm.spaghetti Error displayed to user is an "Internal Server Error". In apache error_log there is the message "JRun will not accept request. Check JRun web server configuration and JRun mappings on JRun server." Nothing in any CF logs. My httpd.conf handler is the default: AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf My question is... why is JRun trying to handle this file? None of these examples END in .cfm, so surely apache shouldn't be handing them off to Jrun? It should be issuing a 404, not a 500. Does anyone have any idea where the problem might lie? This is happening on both CF8 and CF9. Thanks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4565 Subscription: http://www.houseoffusion.com/groups/cf-linux/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-linux/unsubscribe.cfm
