You may or may not consider this a bug, but it has caused problems for at least one of my clients. The use of SetHandler versus AddHandler in the Apache installation instructions.
I don't see any (obvious) harm in changing this variable, in fact, I suspect many advantages to changing this . Non-ASPX files will be sent directly from Apache, rather than passing into Mono. Featurewise, it will allow non-ASP content to be served, this will facilitate integrating mojoPortal with legacy scripts and other non-ASP content.
The Apache installation instructions suggest using this broad statement:
SetHandler mono
While the following should be sufficient:
AddHandler mono aspx
I've made this change for one client and so far it hasn't caused any problems. Of course, I'll let you know if I hear back otherwise :-)
--
Eric Windisch