[Mono-list] Mod_mono syntax for multiple webapps

Arne Claassen mono@claassen.net
Mon, 9 Aug 2004 22:30:50 -0700


I've tried it a number of ways, but i seem to only be able to run one 
webapp with mod_mono.

If i do

   MonoApplications "/demo:/usr/share/doc/xsp/test"
   MonoApplications "/blog:/data/vhosts/test01/blog"

only blog runs.

If i try to combine it as described in the man page for xsp like this

   MonoApplications 
"/demo:/usr/share/doc/xsp/test;/blog:/data/vhosts/test01/blog"

neither runs.

Would using the MonoApplicationsConfig* options instead work or is 
single webapp a current limitation?

thanks,
arne