[Mono-bugs] [Bug 71867][Wis] New - Multiple MonoApplications Directives
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 27 Jan 2005 12:45:30 -0500 (EST)
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 rlyon@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71867
--- shadow/71867 2005-01-27 12:45:29.000000000 -0500
+++ shadow/71867.tmp.17273 2005-01-27 12:45:30.000000000 -0500
@@ -0,0 +1,36 @@
+Bug#: 71867
+Product: Mono: Tools
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: mod_mono
+AssignedTo: gonzalo@ximian.com
+ReportedBy: rlyon@novell.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Summary: Multiple MonoApplications Directives
+
+It would be very convenient to be able to specify multiple
+MonoApplications directives as below, instead of having to combine the
+applications into a single directive.
+
+Example:
+
+LoadModule mono_module modules/libmod_mono.so
+
+Alias /demo1 "/opt/demo1"
+MonoApplications "/demo1:/opt/demo1"
+<Location /demo2>
+ SetHandler mono
+</Location>
+
+Alias /demo2 "/demo2:/opt/demo2"
+MonoApplications "/demo2:/opt/demo2"
+<Location /demo2>
+ SetHandler mono
+</Location>