Please help to fix why can't set custom php-fpm config

hack3rb43

Verified User
Joined
Oct 4, 2007
Messages
28
Location
Thailand
Please help to fix why can't set custom php-fpm config

i have install php53-fpm + php56fpm

but i can edit custom config for php56 but 5.3 can't edit

i see directadmin chooce php5.2 but i'dont install 5.2

i try to fix with ./build rewrite_conf and ./build php n

but can't fix

please help thank

2016-01-14_162811.png
 
Hello,

What do you see with:

Code:
grep ^php -i /usr/local/directadmin/custombuild/options.conf
?

[root@ns59 ~]# grep ^php -i /usr/local/directadmin/custombuild/options.conf
php1_release=5.3
php2_release=5.6
php1_mode=php-fpm
php2_mode=php-fpm
php_ini=yes
php_timezone=Asia/Bangkok
php_ini_type=production
phpmyadmin=yes
phpmyadmin_ver=4
[root@ns59 ~]#
 
Back
Top