Applicable to:
- Plesk 12.5 for Linux
- Plesk Onyx for Linux
Symptoms
PHP package from OS vendor was upgraded/downgraded. However, the version of the handler in Plesk is shown the same as it was.
Cause
This behaviour is recognised as bug #PPPM-4764 and will be fixed in future product updates.
Resolution
To change the name of the PHP handler, it is required to do the following:
-
Refresh server's components in Tools & Settings > Server Components
-
Connect to the server via SSH.
-
Reread PHP handlers:
# plesk bin php_handler --reread
-
Check if the name of the handler is correct:
# plesk bin php_handler --list
-
Rename manually all required modules(module, cgi, fpm, fastcgi):
# plesk bin php_handler --update -id fastcgi -displayname "5.3.3 by OS vendor"
Comments
0 comments
Please sign in to leave a comment.