Change PHP version with CloudLinux expired license

feerdispzoo

Verified User
Joined
Jan 17, 2022
Messages
189
Currently I have temporary expired CloudLinux license. Always I change php version in PHP Selector PHP in CloudLinux. But currently this panel is not accessible due to expired license.
Is any other way to change php version in DA?
 
Example :

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set php1_release 8.1
./build set php2_release 8.0
./build set php3_release 7.4
./build set php4_release 7.3
./build set php1_mode php-fpm
./build set php2_mode php-fpm
./build set php3_mode php-fpm
./build set php4_mode php-fpm
./build php n
./build rewrite_confs
 
thanks for reply, But this I think change PHP version for all users, I looking for solution to change PHP version only for specific domain
 
Back
Top