Mono on Linux: Apache or Nginx
Posted
by Furism
on Server Fault
See other posts from Server Fault
or by Furism
Published on 2009-12-16T16:01:09Z
Indexed on
2010/03/30
2:03 UTC
Read the original article
Hit count: 487
Hi,
I'm developing an ASP.NET application that will be run under Linux/Mono for various reasons (mostly to stay away from IIS, quite frankly). Of course the first web server I had in mind was Apache. But Apache, for all its advantages, adds a lot of overhead. Also, the application I'm building needs to be highly scalable and performance is one of the main concern.
Apache has, obviously, a very good reputation and its record speaks for itself, but I don't need things like Reverse Proxy or Load Balancing because dedicated network devices would be used for that. So those modules from Apache will never be used.
So basically my question is: since Nginx seems to fit exactly needs, is there any caveat I should be aware of? For instance, is Nginx renowned to be particularity safe? When security flaws are detected, how fast are they patched?
Any insight on the pros and cons of using either of those servers in conjunction with Mono is welcome.
© Server Fault or respective owner