Hello COmmunity,
i am new on CloudLinux and i would like to install multiple php versions on my hosts an change between this versions using the CloudLinux Tool PHP Selector.
i have done the following Commands on CLoudLinux:
yum install cagefs
/usr/sbin/cagefsctl –init
/usr/sbin/cagefsctl --enable-all
yum install lvemanager
yum groupinstall alt-php
yum update cagefs lvemanager
the Command Line Tools of PHP Selector changes the PHP versions, but php -v shows the installed php 5.4.35 everytime. What have i done wrong?
i am new on CloudLinux and i would like to install multiple php versions on my hosts an change between this versions using the CloudLinux Tool PHP Selector.
i have done the following Commands on CLoudLinux:
yum install cagefs
/usr/sbin/cagefsctl –init
/usr/sbin/cagefsctl --enable-all
yum install lvemanager
yum groupinstall alt-php
yum update cagefs lvemanager
the Command Line Tools of PHP Selector changes the PHP versions, but php -v shows the installed php 5.4.35 everytime. What have i done wrong?
Comment