Hello everyone,

I'm trying to configure my apache server, installed via WHM/Cpanel, to host
multiple applications with multiple mod-mono-servers.

Here is what I have in my http.conf


/***************************************/
Include "/usr/local/apache/conf/mod_mono.conf"

MonoAutoApplication disabled
AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx .axd

MonoApplications default "mydomain.com:/test:/home/domain/www/test"
<Location /home/domain/www/test>
  MonoSetServerAlias default
</Location>


MonoApplications domain2app "domain2.ca:/:/home/domain2/www/"
<Location /home/domain2/www/>
  MonoSetServerAlias domain2app
</Location>

MonoServerPath /var/mono/bin/mod-mono-server2
/***************************************/

The first application is working fine but the second one simply return the
file as a text file. I've tried to change the "default" name to something
else but both application stopped working.

Any one can help me out or let me know where to look for an answer?

Also, How can I make sure that the mono-application cannot access anything
outside of the vhost?

-- 
View this message in context: 
http://www.nabble.com/Multiple-Applications%2C-Multiple-mod-mono-servers-questions-tf4862859.html#a13915770
Sent from the Mono - General mailing list archive at Nabble.com.

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to