DA newinstall+CB, no php selector.

Wanabo

Verified User
Joined
Jan 19, 2013
Messages
339
I'm setting up a new server:
Centos 8 + DA (evolution skin)+ CB

In :2222/admin/plugins/custombuild I have set:
php1_release 7.3, php1_mode php-fpm
php4_release 5.6, php4_mode php-fpm

Then did: (https://help.directadmin.com/item.php?id=345)
./build update
./build php n
./build rewrite_confs

Also tried:
./build php
./build rewrite_confs

Then login as the correct user, then goto domain setup, select the domain I want to change the php version for. 2222/user/domains/example.com
But no php selector can be found. :(
 
Found my own answer.
I wanted php 5.6 as a legacy backup version so I wanted it to be the last version select-able. Hence php4_release 5.6, php4_mode php-fpm.
php2 and php3 release were set to no.

After setting:
php1_release 7.3, php1_mode php-fpm
php2_release 5.6, php2_mode php-fpm
php3_release no, php3_mode php-fpm
php4_release no, php4_mode php-fpm

The php selector showed up.
 
Back
Top