Jump to content

Best web server software poll  

10 members have voted

  1. 1. What is the best webserver

    • Nginx
    • Apache
    • IIS
    • Other please put in a reply
      0


Apache is best for out-of-the-box servers. Compared to Nginx or IIS, apache really just works. Configuration is mostly obvious, though certain features like reverse proxying are slightly complicated to set up.

 

Nginx is fantastically light and great for proxies and load balancing, and is also a pretty decent web server. Configuration is far more complex as a result; from personal experience I can have Apache up and running PHP in a few seconds, but Nginx frequently requires me to fiddle around some more.

 

IIS, in my opinion, should only be used for ASP.NET websites. Even then, once Mono supports more of the web side of .NET, the point will be moot.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×