[Mono-bugs] [Bug 80984][Wis] Changed - mod_mono on all filetypes
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Apr 25 09:02:11 EDT 2007
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 mhabersack at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80984
--- shadow/80984 2007-04-20 18:05:00.000000000 -0400
+++ shadow/80984.tmp.11755 2007-04-25 09:02:11.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 80984
Product: Mono: Tools
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: mod_mono
AssignedTo: mhabersack at novell.com
ReportedBy: adriaanvk at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -26,6 +26,20 @@
directories? So i can check for every file if the user is logged on.
On IIS you can do this by adding the isapi dll of aspnet to all extensions.
Eventually the 'check if file exists' can be checked off.
Can you tell me if this is already supported or if you have planned to fix
this?
+
+------- Additional Comments From mhabersack at novell.com 2007-04-25 09:02 -------
+You need to use the apache directive SetHandler, for example:
+
+ LoadModule mono_module modules/libmod_mono.so
+ Alias /demo "/usr/lib/xsp/test"
+ AddMonoApplications default "/demo:/usr/lib/xsp/test"
+ <Location /demo>
+ SetHandler mono
+ </Location>
+
+Then everything under the location /demo is handled by Mono. The
+mod_mono manual page has more configuration examples.
+
More information about the mono-bugs
mailing list