Hi there,
I recently faced a server crash and had to scale up to resources. We noticed that the server was able to handle around 25 to 40 simultaneous request. But above that, Apache crunches all the memory and begin to swap.
In a first time I tried to user php-fpm instead of traditional php_mod. I did a ab test with 50 simultaneous requests, but the server exploded. So the problem is Apache I think, no PHP request.
I was wondering if anybody here has good practices about server setup (Apache and PHP) for ExpressionEngine sites. Maybe I should try Nginx, but I don’t have experience with it.
Thanks in advance for any good advices.
Cheers,
Pv