TITLE:
Change version of self compiled PHP executables not working
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
CentOS Linux release 7.7.1908 (Core), 18.0.20 CentOS 7 1800191029.11
PROBLEM DESCRIPTION:
After registering php handlers of my self compiled php-fpm executables it is not possible...
Yes I did for all php versions. Below I pasted the output for php 7.2
{"php":[
{
"id":"php72-fpm",
"path":"/usr/local/php72/sbin/php-fpm",
"clipath":"/usr/local/php72/bin/php",
"phpini":"/usr/local/php72/lib/php.ini",
"version":"7.2.24"...
I use systemd scripts to stop and start php-fpm daemons. This works when I manually change a php-fpm version.
For instance when I move domain.conf from /usr/local/php56/etc/php-fpm.d to /usr/local/php72/etc/php-fpm.d. And then I do systemctl restart php56-fpm.service and systemctl restart...
When I do plesk bin php_handler --list I see all the handlers. I did plesk bin php_handler --reread and received the message:
The information about PHP handlers was successfully updated.
But still I cannot change my PHP version. The full error message in panel.log is:
stderr:
Don't know how to...
After I updated from Plesk Onyx to Obsidian, I can no longer change my self compiled PHP versions.
In panel.log I see following error. Is this a bug?
Don't know how to detect if 'php72-fpm' service is registered on CentOS 7.7.1908
Does any one know a solution to this problem?
In Plesk Onyx...