[Mono-aspnet-list] Xsp2 and multiple applications - can't get working

harabchuk aliaksei.harabchuk at gmail.com
Fri Mar 25 03:07:38 EDT 2011


I am trying to setup xsp2 webserver to serve multiple applications. I created
the configuration file sites.webapp with two applications and different
virtual hosts. But  when I go to domain1.com and domain2.com with a browser
I get the same page. It seems the xsp2 serves all requests with the last
application mentioned in the configuration file.  

Please help me to setup xsp2 to work with multiple applications.

I start xsp2 with the following command:
$xsp2 --appconfigfile sites.webapp --verbose 

Here is my sites.webapp file

   
        app1
        domain1.com
        8080
        /
        /var/www/app1
   
   
        app2
        domain2.com
        8080
        /
        /var/www/app2
   




--
View this message in context: http://mono.1490590.n4.nabble.com/Xsp2-and-multiple-applications-can-t-get-working-tp3404663p3404663.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list