we just tried to update system PHP on a plesk 17.9 test server to PHP 7.1.
we found out that we have to remove the package psa-php5-configurator. but this breaks some php handlers (fastcgi / cgi/ fpm) from the system php version. after that we can upgrade php to 7.1. but how can we readd the handlers now?
should we manually recreate the files /etc/psa/php_versions.d ? or what will be the correct way to go here?
add the handler with cli also fails:
# plesk bin php_handler --add -id fastcgi -path /usr/bin/php -clipath /usr/bin/php -phpini /etc/php.ini -type fastcgi
The PHP handler "fastcgi" is not found.
exit status 4
it looks like the name "fastcgi" is still reserved somehow, as we can add the php_handler with another name without a problem.
it would be interesting to know hoe plesk has planed the update of the system PHP that we can remove php < 7.1 completely.
we found out that we have to remove the package psa-php5-configurator. but this breaks some php handlers (fastcgi / cgi/ fpm) from the system php version. after that we can upgrade php to 7.1. but how can we readd the handlers now?
should we manually recreate the files /etc/psa/php_versions.d ? or what will be the correct way to go here?
add the handler with cli also fails:
# plesk bin php_handler --add -id fastcgi -path /usr/bin/php -clipath /usr/bin/php -phpini /etc/php.ini -type fastcgi
The PHP handler "fastcgi" is not found.
exit status 4
it looks like the name "fastcgi" is still reserved somehow, as we can add the php_handler with another name without a problem.
it would be interesting to know hoe plesk has planed the update of the system PHP that we can remove php < 7.1 completely.