Hi guys! I've looked everywhere and can't seem to find the solution and I'm sure some of you guys has managed to make it work.
I'm running Apache 2.x (Installed by WHM) Mono 1.2.5.x (Installed/compiled manually) WHM/CPanel If I create an Alias in Apache I can test the installation with the test folder of XSP Now here is my question, I would like to be able to one of these: -Setup Apache so that all vhost have their own monoApplication automatically when added from CPanel -Add manually the instruction at the end of http.conf (using Apache Include Editor in Cpanel) -Make AutoConfiguration work and set to separate de session of each vhost Hope this make sense! If someone could send me in the right direction it would be great! Here is what I have at the end of 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 "www.nucleosolutions.com:/test:/home/nucleo/www/test" MonoServerPath /pathtomono/mono/bin/mod-mono-server2 <Directory /home/nucleo/www/test> MonoSetServerAlias default SetHandler mono </Directory> ---------------------------------------------------- Apache starts but doesn't process the aspx pages. Iknow what above is wrong but again that's what I tried after trying everything I found on the web! Thanks in advance! -- View this message in context: http://www.nabble.com/Configuring-mono-in-a-vhost-from-outside-of-the-declaration-tf4822803.html#a13797869 Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
