Where is the actual binary? I came across github.com/denverprophitjr/php-fpmpal from some other source. And, I need to update php-fpm binary locations.
Last edited by a moderator:
Hey Michael. I actually forked and probably will have to maintain the repo, too. The bash script currently determines installation at github.com/denverprophitjr/php-fpmpal/blob/master/php-fpmpal.sh#L64Hello,
Could you provide some more information about how you'd like to call PHP? Generally, you simply enable PHP-FPM for the domain name via "WHM >> MultiPHP Manager", and then use PHP like you normally would with any other handler because it configures the domain name to use PHP-FPM. Otherwise, if you require the actual path, it's at:You'd replace "php56" with the specific version of PHP. Thank you.Code:/opt/cpanel/ea-php56/root/usr/sbin/php-fpm
php-fpm -v
That was absolutely useless. I don't need the CLI path to php binary. I needed the FS path to detect php[5/7.0]-fpmHello,
The following document helps to explain how to call PHP via the command line in EA4:
EasyApache 4 and the ea-php-cli Package - EasyApache 4 - cPanel Documentation
Let us know if you have any questions.
Thank you.
Hello,There are RPMs for PHP5 / PHP7.0-FPM that have a binary file to call php-fpm. Do you use the RPMs?