Why use Apache over NGINX/Cherokee/Lighttpd?

Posted by codysoyland on Stack Overflow See other posts from Stack Overflow or by codysoyland
Published on 2010-01-22T05:11:29Z Indexed on 2010/03/11 5:36 UTC
Read the original article Hit count: 210

Filed under:
|
|
|
|

Apache has been the de facto standard web server for over a decade, but recent years have brought us web servers that consume less RAM and handle many more requests per second using fewer threads and asynchronous i/o. In my opinion, I also find the configuration of these servers to be more straightforward and minimal.

Why do people use Apache when asynchronous servers are so much more lightweight? Is there any clear benefit?

© Stack Overflow or respective owner

Related posts about apache

Related posts about lighttpd