These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for PHP-FPM support was not detected : No FPM server bootup action found on the new forum.
Hello,
I am on Ubuntu 16.04 with PHP 7.1.2 installed from ppa:ondrej/php rep.
PHP-FPM and PHP7.1-FPM installed from same repo (ppa:ondrej/php) but when i re-check conf. i get PHP-FPM support was not detected : No FPM server bootup action found error.
But
<?php
phpinfo();
?>
shows me I am on PHP-FPM. And it seems it is working. But my website is slow.
Server API FPM/FastCGI
Configuration File (php.ini) Path /etc/php/7.1/fpm
Loaded Configuration File /etc/php/7.1/fpm/php.ini
I'm having exactly same situation, also Ubuntu 16.04. I have installed php7.0 and php7.1 (ondrej ppa). Virtualmin detects php-fpm if php7.0-fpm is installed and it uses fpm-pools regularly. If I remove it and install php7.1-fpm it says: no fpm server, but phpinfo() detects it as PHP-FPM.
Hi, same problem here, I have installed php7.0 and php7.1 (FPM only for php7.1), when I set some virtual host to use FPM then virtualmin create config file in folder /etc/php/7.0/fpm/pool.d/ (instead folder for php7.1) and of course it restart FPM 7.0 after any change.