service php-fpm73 status
/var/log/php-fpm73.log
for example for php 7.3.service php-fpm73 restart
php1_mode=lsphp
I dont think you can mix modes with lsphp.php2_mode=php-fpm
Not with everything at least, but the docs are confusing about this:I dont think you can mix modes with lsphp.
This will compile all of those PHP versions with PHP-FPM as the handler. You may change the version numbers and PHP handlers as desired.
service php-fpm80 status
true but here they show, all lsphp set.docs are confusing about this:
Correct, but in his options.conf he has apache set as webserver, not ols.true but here they show, all lsphp set.
yes good catch. If not using ols or ls none of the handlers should be lsphp.So this would mean php1 should have to be changed to php-fpm, correct?