[Mono-aspnet-list] CentOS + Mono + nginx

Daniel Lo Nigro lists at dan.cx
Tue Apr 2 01:01:12 UTC 2013


fastcgi-mono-server2 uses .NET 2.0 whereas fastcgi-mono-server4 uses .NET
4.0. These are included with XSP and should be in the XSP package (needs to
be installed separately to Mono).

Nginx is a good choice, I'd use a UNIX socket instead of TCP socket for
slightly better performance.


On Tue, Apr 2, 2013 at 11:51 AM, maxunique <rezkootvali at rambler.ru> wrote:

> Hi Guys
>
> I want to deploy ASP.Net web form application.
>
> I am trying to figure out how to setup FastCGI mono server. I have
> installed
> nginx and Mono...
> After that I tried to run the following command (with correct domain name):
>
> fastcgi-mono-server2
> /applications=www.domain1.xyz:/:/var/www/www.domain1.xyz/
> /socket=tcp:127.0.0.1:9000
>
> But "fastcgi-mono-server2" was not found. Where can I find it?
>
> What is the difference between server2 and server4?
>
> I tried to find it using yum, but it was not successful.
>
> Can you explain me how it should be configured for CentOS (6.3)?
>
> Is nginx the best option from point of view of performance?
>
> Thanks
>
>
>
> --
> View this message in context:
> http://mono.1490590.n4.nabble.com/CentOS-Mono-nginx-tp4659199.html
> Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
> _______________________________________________
> Mono-aspnet-list mailing list
> Mono-aspnet-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20130402/4cdecd30/attachment.html>


More information about the Mono-aspnet-list mailing list