Apache or Nginx for php behind Varnish

Posted by Macindy on Stack Overflow See other posts from Stack Overflow or by Macindy
Published on 2012-10-06T07:25:04Z Indexed on 2012/10/07 9:37 UTC
Read the original article Hit count: 298

Filed under:
|
|
|
|

We are managing a heavy traffic php site (driven with vbulletin). To get less load I use the cache-proxy varnish. Works very well - with varnish the load was reduced by 50%.

But now I am thinking about which webserver to use behind varnish. 90% requests getting to the webserver are php-requests. So is there a difference between apache/mpm-prefork with mod_php and nginx/php-fpm? Is apache perhaps better, because it doesn't have the tcp overhead?

Thanks for reply - benchmarks would be great!

macindy

© Stack Overflow or respective owner

Related posts about apache

Related posts about nginx