New Apache server "as fast or faster" than nginx
"We also show that as far as true performance is based - real-world performance as seen by the end-user- 2.4 is as fast, and even faster than some of the servers who may be "better" known as being "fast", like nginx," Jagielski said.
James
3 Replies
Apache also suffers from the lack of a simple, works-out-of-the-box FastCGI handler that lighttpd and nginx have had for a long time. Setting up Apache with PHP-FPM still feels like a dirty hack, with "AddHandler" and "Action" and all that boilerplate code. The pointless split between modfastcgi and modfcgid doesn't help, either. All of this contributes to the continued popularity of the abominable setup that is mod_php, which doesn't help Apache's reputation one bit.
Edit: The new modproxyfcgi
modsed (sed against input and output), modratelimit (per Location), and modlogdebug (set log verbosity per Location or module) all look pretty cool (depending on your definition of "cool" – mod_sed looks cool in that "yikes" way.)
They've added a fcgistarter script now, and the mod_rewrite documentation looks refreshed too. Fun stuff!