I’ve been running PHP in fastcgi mode with suExec for some time on about 50+ servers with different workload and various content. There are some tips and tricks that can improve the performance and increase the stability of such configuration.
Read more »
Tag Archives: worker
Apache, PHP, SuEXEC: lessons learned
Posted by al3x
on 01/21/2011
No comments
Apache2, PHP, SuEXEC configuration on CentOS
Posted by al3x
on 11/06/2010
2 comments
There are plenty of tutorials on the web. Tons and tons.
However when I had to create working configuration and put together Virtualmin template most of these instruction just didn’t work properly. After some time I’ve came up with my own working configuration and proper Virtualmin apache template for CentOS.
As a bonus we’ll have per-user php.ini and apache2 worker MPM which is a little bit faster and less resource hungry then traditional prefork MPM.
Read more »