|
|
|
|
|
by nkozyra
4730 days ago
|
|
I've seen a good number of benchmarks that show modphp for Apache to be as fast or faster than FastCGI on nginx. If you're running a PHP application I'm not sure there's a huge impetus to switch from nginx over apache to just nginx (other than reducing a point of failure). |
|
Anyway, Apache these days is mostly set-up with fastcgi or php-fpm due to these issues and this has the added good that you can use the worker or event mpm, though most benchmarks are still with the older prefork mpm.