[Mono-bugs] [Bug 56357][Nor] Changed - mod_mono can't handle non-existing directories
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 10 Apr 2004 09:48:12 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by martijn@boland.org.
http://bugzilla.ximian.com/show_bug.cgi?id=56357
--- shadow/56357 2004-04-08 04:00:48.000000000 -0400
+++ shadow/56357.tmp.26789 2004-04-10 09:48:12.000000000 -0400
@@ -65,6 +65,17 @@
------- Additional Comments From gonzalo@ximian.com 2004-04-08 04:00 -------
Fixed in CVS.
For apache 1.3 we work based on <Directory>, for apache 2.0 we use
either <Directory> or <Location> and mod_mono jumps in as soon as it
can. thus giving the ASP.NET error page.
+
+------- Additional Comments From martijn@boland.org 2004-04-10 09:48 -------
+Great, it works!
+
+I noticed that all requests we're handled by mono after setting
+SetHandler mono in the <Location> section, also serving static files
+such as images and stylesheets.
+This really is a performance killer so I changed 'SetHandler mono'
+into 'AddHandler mono .aspx .ascx .asmx .asax .config' and
+everything went allright again.
+