|
|
|
|
|
by shanemhansen
3359 days ago
|
|
Apache has historically been a giant swiss army knife that will do just about everything you could want, from redirect databases to cgi to php interpreters to crazy auth setups. It did all that while still being a reasonably good workhorse for static file serving (when properly turned and using the right worker model, event rather than threaded or process). Nginx seems to have a different model. It does support a number of features but from what I can see it focuses on composing functionality with HTTP rather than adding more plugins. Nginx seems to do a great job at being a load balancer and cdn-lite, and it seems like that's what the market wants out of a web server. |
|
http://openresty.org/ https://getkong.org