[Mono-bugs] [Bug 78245][Min] New - Mod_mono AutoConfiguration doesn't work for verbs added in httpHandlers section

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Apr 30 09:25:30 EDT 2006


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 knocte at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=78245

--- shadow/78245	2006-04-30 09:25:30.000000000 -0400
+++ shadow/78245.tmp.22776	2006-04-30 09:25:30.000000000 -0400
@@ -0,0 +1,43 @@
+Bug#: 78245
+Product: Mono: Tools
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: mod_mono
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: knocte at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mod_mono AutoConfiguration doesn't work for verbs added in httpHandlers section
+
+I am using SUSE 10.0 with the latest (1.1.15) mono rpm packages.
+
+I have always used the following configuration for my web apps in apache
+(/etc/apache2/httpd.conf.local):
+
+Alias /adhl "/srv/www/htdocs/adhl"
+AddMonoApplications default "/adhl:/srv/www/htdocs/adhl"
+<Location /adhl>
+  SetHandler mono
+</Location>
+
+But now, regarding the new AutoConfiguration feature
+(http://www.mono-project.com/AutoHosting), it seems I could enable it and
+remove this five configuration lines from the apache configuration.
+
+And it seems it is working, except for a small detail. The verbs created by
+my Web.config are not read or parsed correctly by XSP:
+
+  <httpHandlers>
+    <add verb="*" path="*.m" type="Maverick.Dispatcher, Maverick" />
+  </httpHandlers>
+
+The workaround is to add the following line to mod_mono.conf:
+
+    AddType application/x-asp-net .m


More information about the mono-bugs mailing list