Cloudlinux has added their support in PHP Selector to work with lsphp in LiteSpeed Web server. It leverages the same PHP Selector GUI so that user can switch between different lsphp versions in LiteSpeed Web Server without going to LiteSpeed Admin Console to build LSPHP separately.
In brief, Cloudlinux' PHP Selector, LVE Manager and CageFS need to be installed and enabled; LSWS' lsphp5 external app PHP process mode needs to be in non-daemon mode (for example, Worker mode or ProcessGroup mode. Daemon mode is incompatible with PHP Selector) with lsphp5 binary being set to a symlink that eventually points to the actual PHP binary of user's choice in CageFS.
You can also check Cloudlinux PHP Selector and Cloudlinux PHP Selector LiteSpeed Support documentation.
You can still use other php configuration such as LiteSpeed lsphp, cpanel easy apache php or plesk php instead of PHP Selector even on a CloudLinux Box if you like, however PHP selector is a recommended way.
Followings need to be installed and/or enabled. If They have been installed and enabled, you can skip to next step for LiteSpeed configuration.
yum groupinstall alt-php
yum update cagefs lvemanager
Make sure the following entries are appended to file /etc/pam.d/su. It should be added when CageFS is installed. Just manually add them if not.
session required pam_sulve.so session required pam_lve.so 100 1
Enter into user's CageFS as root
cagefsctl -e username
In user's cagefs, verify PHP version:
/usr/local/bin/lsphp -i | more
/usr/local/bin/lsphp should be a symlink to a php version specified by System Admin or user.
For example:
lstestc@cptest [~]# ls -l /usr/local/bin/lsphp lrwxrwxrwx 1 root root 22 Mar 14 19:15 /usr/local/bin/lsphp -> /etc/cl.selector/lsphp* lstestc@cptest [~]# ls -l /etc/cl.selector/lsphp lrwxrwxrwx 1 lstestc lstestc 28 Mar 15 13:23 /etc/cl.selector/lsphp -> /opt/alt/php53/usr/bin/lsphp* lstestc@cptest [~]#
Please also refer to CloudLinux document for installation details.
Configure php selector in LiteSpeed Web Server setting to enable it for LSWS:
CageFS
Yes
Yes
or No
). Check here for Worker mode or ProcessGroup mode setup.Change
command => $SERVER_ROOT/fcgi-bin/lsphp5
To
command => /usr/local/bin/lsphp
See screenshot below:
Notes: In order to use PHP Selector and custom php.ini, lsphp5 needs to be in NON-daemon mode( for example, Worker mode or ProcessGroup mode). As explained in this blog, php.ini can not be overridden in Daemon mode.
Configuration > Server > External App > lsphp5
Run On Start Up => Yes or No
You can also check Cloudlinux PHP Selector LiteSpeed Support documentation.