Live data from Hacker News

Nginx is now the most popular web server, overtaking Apache

w3techs.com

1–10 of 33 posts

Re: Nginx is now the most popular web server, overtaking Apache

#4
Considering nginx is really just good at serving static content(maybe CDN uses it a lot) and the rest are all proxying, and Apache can handle static and dynamic contents at the same time, this tells me many web server nowadays are no longer simple http+cgi, but with app servers(e.g. django, rails,etc) running behind a (nginx) proxy so nginx's number takes over apaches.

Re: Nginx is now the most popular web server, overtaking Apache

#7

Considering nginx is really just good at serving static content(maybe CDN uses it a lot) and the rest are all proxying, and Apache can handle static and dynamic contents at the same time, this tells me many web server nowadays are no longer simple http+cgi, but with app servers(e.g. django, rails,etc) running behind a (nginx) proxy so nginx's number takes over apaches.

You can serve dynamic content from nginx too. You don't need Apache in your stack at all.

Re: Nginx is now the most popular web server, overtaking Apache

#9
No surprise, Nginx has much better performance on handling large site and heavy traffic than other web servers. Since it’s required more knowledge and experience to setup and do configurations, that make lots of beginners step away. But time will prove cream always rises to the top.
Post reply on HN