[Mono-bugs] [Bug 73354][Wis] New - AddMonoApplication only works with "default"
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 4 Mar 2005 13:50:25 -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=73354
--- shadow/73354 2005-03-04 13:50:25.000000000 -0500
+++ shadow/73354.tmp.12735 2005-03-04 13:50:25.000000000 -0500
@@ -0,0 +1,35 @@
+Bug#: 73354
+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: AddMonoApplication only works with "default"
+
+This configuration works for me:
+
+Alias /demo1 "/opt/demo1"
+AddMonoApplication default "/demo1:/opt/demo1"
+<Location /demo1>
+ SetHandler mono
+</Location>
+
+This configuration does not work for me (changing default to demo1):
+
+Alias /demo1 "/opt/demo1"
+AddMonoApplication demo1 "/demo1:/opt/demo1"
+<Location /demo1>
+ SetHandler mono
+</Location>
+
+In the Apache log the second configuration is causing idx to be -1 (or a
+failed lookup on the servers in the module configuration).