How do you change PHP Version for specific User In CloudLinux

by laksdeep 2014-06-07 12:47:48

Many features available in cloudlinux server and this is one of best to change PHP version for specific user,
I would like to change the php version  5.3.
#  /usr/bin/cl-selector --select=php --version=5.3 --user=username

WARN:Alternatives config not found. Using native version

You may get an above error,  alt-php group packages does not found the cl-selector so you need to run below commands,
 
# yum groupinstall alt-php

# yum update cagefs lvemanager


Now, you can change the version 5.3.
 

Tagged in:

910
like
2
dislike
0
mail
flag

You must LOGIN to add comments