Can php5-fpm be configured for separate php executables?

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?

Answer

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.

Attribution
Source : Link , Question Author : vfclists , Answer Author : Ben Lessani

Leave a Comment