activa

Well-Known Member
May 23, 2006
213
1
168
Morocco
cPanel Access Level
Root Administrator
Hello

in cloudlinux with cagefs , php run as FCGI . the custome php.ini in user's pubic_html working ?

i want to give every user the ability to disable/enable the function they want with it own php.ini .

how to do this ?
 

iseletsk

Well-Known Member
Verifed Vendor
Hello

in cloudlinux with cagefs , php run as FCGI . the custome php.ini in user's pubic_html working ?

i want to give every user the ability to disable/enable the function they want with it own php.ini .

how to do this ?
Yes, it will work. The easiest way is to use PHP Selector.
 

activa

Well-Known Member
May 23, 2006
213
1
168
Morocco
cPanel Access Level
Root Administrator
I have CloudLinux and FastCGI, without php-selector

You should use: .user.ini (with dot in the beginning)
i have created a file user.ini in the root folder and inside public_html but not affect the setting .

i have make in it as a test

safe_mode = off

is this correct ?