Rank: Newbie Groups: Member
Joined: 4/22/2011 Posts: 7 Points: 21
|
Anyone got the same problem?
The below is my application environment: Cuyahoga: 1.6.0 OS: Ubuntu 11.04 64bit SERVER: NGINX 0.8.54 + FASTCGI-MONO-SERVER2 RUNTIME: MONO 2.6.7
I execute fastcig-mono-server2 with the below: fastcgi-mono-server2 applications=www.a.com:/:/var/www/cuyahoga001,www.b.com:/:/var/www/cuyahoga002 socket.etc. The two websites work ok!
but when I use the below command: fastcgi-mono-server2 applications=www.a.com:/:/var/www/cuyahoga,www.b.com:/:/var/www/cuyahoga socket.etc.
Just one of them works. When accessing the other website, I encountered the compile error: can not found the "APP_Global_asax_***_.dll",
I guess that : For the first command: fastcgi-mono-server2 launched two processes, they work OK; But for the second command: fastcgi-mono-server2 launched one process, the runtime can not found another webapp's APP_Global_asax_***_dll file.
Please give me a hand, if you know this?
|
Rank: Newbie Groups: Member
Joined: 4/22/2011 Posts: 7 Points: 21
|
Last night, I used apache2 and mod_mono instead of nginx and fastcgi-mono-server2. It works(multiple domain names bind to an mono application), Because of vps's memory is very little, so multiple domain names to an application is better.
|