Hello,
I have some questions about the integration of different components of cPanel and Cloudlinux.
1. Is there a correct order of installing CageFS, LVE Manager, Lve stats and so on? Could a different install order affect some of the features/components, like CageFS for example?
Ive had yesterday an issue where from the command line "cagefsctl -l" would show me that the users are in CageFS, but when trying to access cPanel -> PHP Selector, the cPanel error_log would say that the user is not in CageFS.
2. Do you recommend installing CageFS, lvemanager, lve-stats, etc. packages from the cloudlinux-updates-testing repo? Are they stable? I saw a post a long time ago where the Beta is considered production ready.
3. What is the approximate time of PHP Selector becoming obsolete? I saw another forum post about this:
Also, the blog post about EA4 says that MultiPHP from cPanel with most likely replace PHP Selector:
4. If I installed Hardened PHP from the Imunify plugin interface, it installed the ea-php* packages from the Cloudlinux repo. If this is installed, then there is no need to install PHP Selector, right?. CageFS would be used only for caging the user in its own "virtual" filesystem. Correct me if Im wrong.
5. After installing the Hardened PHP from the Imunify plugin, it installed all versions of PHP available to it, but also two handlers instead of one (cgi and suphp). Would uninstalling the suphp rpm from the WHM -> easyapache 4 break any functionality or the EA profile? I use only cgi handler, so suphp is unneeded. Or should I just leave it be and just change the handlers from WHM -> MultiPHP Manager -> PHP Handlers?
```
[root@server2 ~]# /usr/local/cpanel/bin/rebuild_phpconf --current
DEFAULT PHP: ea-php56
ea-php53 SAPI: suphp
ea-php54 SAPI: suphp
ea-php55 SAPI: suphp
ea-php56 SAPI: cgi
ea-php70 SAPI: suphp
ea-php71 SAPI: suphp
[root@server2 ~]# /usr/local/cpanel/bin/rebuild_phpconf --available
ea-php53: cgi none suphp
ea-php54: cgi none suphp
ea-php55: cgi none suphp
ea-php56: cgi none suphp
ea-php70: cgi none suphp
ea-php71: cgi none suphp
```
Thank you.
I have some questions about the integration of different components of cPanel and Cloudlinux.
1. Is there a correct order of installing CageFS, LVE Manager, Lve stats and so on? Could a different install order affect some of the features/components, like CageFS for example?
Ive had yesterday an issue where from the command line "cagefsctl -l" would show me that the users are in CageFS, but when trying to access cPanel -> PHP Selector, the cPanel error_log would say that the user is not in CageFS.
2. Do you recommend installing CageFS, lvemanager, lve-stats, etc. packages from the cloudlinux-updates-testing repo? Are they stable? I saw a post a long time ago where the Beta is considered production ready.
3. What is the approximate time of PHP Selector becoming obsolete? I saw another forum post about this:
Also, the blog post about EA4 says that MultiPHP from cPanel with most likely replace PHP Selector:
4. If I installed Hardened PHP from the Imunify plugin interface, it installed the ea-php* packages from the Cloudlinux repo. If this is installed, then there is no need to install PHP Selector, right?. CageFS would be used only for caging the user in its own "virtual" filesystem. Correct me if Im wrong.
5. After installing the Hardened PHP from the Imunify plugin, it installed all versions of PHP available to it, but also two handlers instead of one (cgi and suphp). Would uninstalling the suphp rpm from the WHM -> easyapache 4 break any functionality or the EA profile? I use only cgi handler, so suphp is unneeded. Or should I just leave it be and just change the handlers from WHM -> MultiPHP Manager -> PHP Handlers?
```
[root@server2 ~]# /usr/local/cpanel/bin/rebuild_phpconf --current
DEFAULT PHP: ea-php56
ea-php53 SAPI: suphp
ea-php54 SAPI: suphp
ea-php55 SAPI: suphp
ea-php56 SAPI: cgi
ea-php70 SAPI: suphp
ea-php71 SAPI: suphp
[root@server2 ~]# /usr/local/cpanel/bin/rebuild_phpconf --available
ea-php53: cgi none suphp
ea-php54: cgi none suphp
ea-php55: cgi none suphp
ea-php56: cgi none suphp
ea-php70: cgi none suphp
ea-php71: cgi none suphp
```
Thank you.
Comment