My current configuration is:
Apache2 + MPM-Worker AND FastCGI + PHP5-fpm (PHP 5.3.2) ON Ubuntu 10.04 LTS
I have a single pool of 2-5 processes running as a different user from that of the default www-data. FastCGI/PHP5-fpm is configured as an external server via FastCGIExternalServer
I know that I can setup multiple pools running as different users ...
But, I want to know if it is possible to use suEXEC in this type of setup? And, could it be setup with just a single pool? If so, how?