Nginx vs. Apache in AWS
blog.celingest.com
Nginx vs. Apache in AWS
1–10 of 44 posts
Re: Nginx vs. Apache in AWS
#2Re: Nginx vs. Apache in AWS
#3Re: Nginx vs. Apache in AWS
#4Re: Nginx vs. Apache in AWS
#5Re: Nginx vs. Apache in AWS
#6Using Apache 2.2 in worker mode is like comparing 8 year old tech to modern code.
hint: Apache is still about 15-20% slower than nginx even in it's fastest mpm-event mode, but it has many more years of features and modules available - it all depends what your needs are - single site services vs multi-site webhosting
You can always do the best of both worlds by proxying apache with nginx if you need both. Takes one evening to figure out.
Re: Nginx vs. Apache in AWS
#7Re: Nginx vs. Apache in AWS
#8Lighttpd is missing... but good benchmark anyway.
http://news.netcraft.com/archives/2013/02/01/february-2013-w...
Re: Nginx vs. Apache in AWS
#9I would still expect nginx to "win" but seems a fairer comparison somehow.
Re: Nginx vs. Apache in AWS
#10If you are going to test Apache at least use 2.4 in MPM-event mode so you are testing apples to apples. Using Apache 2.2 in worker mode is like comparing 8 year old tech to modern code. hint: Apache is still about 15-20% slower than nginx even in it's fastest mpm-event mode, but it has many more years of features and modules available - it all depends what your needs are - single site services vs multi-site webhostin…