Can php5-fpm be configured to use php executables?
I want to compile php separately for some websites on the same server where as some of them use the same executable. Can php5-fpm be configured that way?
Can php5-fpm be configured to use php executables?
I want to compile php separately for some websites on the same server where as some of them use the same executable. Can php5-fpm be configured that way?
Why would you want to compile it differently. Surely just using a different php.ini
for each fpm pool that loads different extensions would be sufficient.