Issue
-
The following error appears in CloudLinux dashboard.
Check compatibility for PHP Selector
Looks like your PHP handler doesn't support CloudLinux PHP Selector and as a result does not work http://docs.cloudlinux.com/index.html?compatiblity_matrix.html
[It looks like you do not have mod_suphp or mod_suexec installed.
CloudLinux PHP Selector doesn't work properly without it]
Please, see: https://docs.cloudlinux.com/command-line_tools/#check-phpselector
and try to fix issue to have working selector - ea-apache24 installed
Environment
- PHP Selector
- ea-apache24
Cause
ea-apache24-mod_suexec
is not installed
Solution
yum install ea-apache24-mod_suexec
If the server has mod_ruid2
installed:
yum remove ea-apache24-mod_ruid2
yum install ea-apache24-mod_suexec
You may need to:
service httpd restart
If you use CageFS + PHP Selector, you should run this command (update/populate the cagefs-skeleton)
cagefsctl --force-update
Useful Links
Apache mod_lsapi PRO Installing on cPanel servers with EasyApache 4
Apache suexec module - Installing on cPanel servers with EasyApache 4
Comments
0 comments
Please sign in to leave a comment.