Apache 2.4 Faster Than Nginx?
11–20 of 44 posts
Re: Apache 2.4 Faster Than Nginx?
#12Re: Apache 2.4 Faster Than Nginx?
#13No-one (who can't afford to do their own testing) picks a webserver purely for speed.
Re: Apache 2.4 Faster Than Nginx?
#14What's important to realize about Apache 2.4 is it's probably the first version that's really C10K ready and that's a great milestone since it maintains httpd.conf and .htaccess compatibility.
Re: Apache 2.4 Faster Than Nginx?
#15my apache is not your apache etc.
Re: Apache 2.4 Faster Than Nginx?
#16Another problem is that the author just went with the slug WordPress proposed, which doesn't contain the question mark. This could be an oversight, but to any linkbaiters who use this tactic: I'm on to you!
Re: Apache 2.4 Faster Than Nginx?
#17People use Apache for its modules, and because it's nicely integrated with Wordpress (and there's probably other similar reasons). People use nginx because it's easy to configure, and plays nice with async backends (and there's probably other similar reasons). No-one (who can't afford to do their own testing) picks a webserver purely for speed.
Re: Apache 2.4 Faster Than Nginx?
#18He might as well have benchmarked Apache against an FTP server.
Hitting the same HTML page/file over and over is not realistic. There is so much more to a web-server than this.
What you absolutely must do is benchmark a dynamic PHP-driven, with MySQL access, website. Because that's what Apache is mostly used for (rarely for file serving).
And I don't mean the first page only. But the entire website using a stress profile that mimics real world usage (including writing to the database).
Then you'll get results that mean something.
As it is right now, this test has only proven that Nginx can handle more concurrent requests for a single static file vs. Apache 2.4 (which is something we all already know to be true).
Re: Apache 2.4 Faster Than Nginx?
#19Note in captions: (static file) . He might as well have benchmarked Apache against an FTP server. Hitting the same HTML page/file over and over is not realistic. There is so much more to a web-server than this. What you absolutely must do is benchmark a dynamic PHP-driven, with MySQL access, website. Because that's what Apache is mostly used for (rarely for file serving). And I don't mean the first page only. But the…
Re: Apache 2.4 Faster Than Nginx?
#20Note in captions: (static file) . He might as well have benchmarked Apache against an FTP server. Hitting the same HTML page/file over and over is not realistic. There is so much more to a web-server than this. What you absolutely must do is benchmark a dynamic PHP-driven, with MySQL access, website. Because that's what Apache is mostly used for (rarely for file serving). And I don't mean the first page only. But the…