[Mono-bugs] [Bug 71867][Wis] Changed - Multiple MonoApplications Directives
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 6 Feb 2005 17:21:58 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71867
--- shadow/71867 2005-02-06 17:19:07.000000000 -0500
+++ shadow/71867.tmp.2337 2005-02-06 17:21:58.000000000 -0500
@@ -66,6 +66,27 @@
mod-mono-server.exe, I could have a AddMonoApplication directive so
that you can have it in different files (still outside
Location/Directory).
Let me know what you think.
+
+------- Additional Comments From gonzalo@ximian.com 2005-02-06 17:21 -------
+(Hit enter too early)
+
+ie, something like this:
+-----------------------
+Alias /demo1 "/opt/demo1"
+AddMonoApplication "/demo1:/opt/demo1"
+<Location /demo2>
+ SetHandler mono
+</Location>
+
+Alias /demo2 "/demo2:/opt/demo2"
+AddMonoApplication "/demo2:/opt/demo2"
+<Location /demo2>
+ SetHandler mono
+</Location>
+-----------------
+
+This way we can build the argument for mod-mono-server from those 2
+AddMonoApplication residing in different files.