Looking through these threads:
and
it appears that CB 2.0 option
Have I missed something?
How to enable "proc_open" for one user?
What functions do you have disabled in the php.ini file that php-fpm is using? Any functions included there cannot be enabled any where else. So if you have proc_open disabled in your php.ini file, then you won't be able to enable it for any users in their php-fpm pool file. If you want...
forum.directadmin.com
and
can't use the custom httpd configuration to override disable_functions
Hi, I'm currently using custombuild 2.0 and compile php with ./build secure_php (I'm using PHP + mod_ruid2) I'm doing this so that I can disable some php functions. However I need to have a few functions for my script. So what I did was, I used the "custom httpd configurations" and added the...
forum.directadmin.com
it appears that CB 2.0 option
secure_php
needs to be disabled system wide to enable php functions like proc_open. proc_open is required for Laravel, unless one wants to do a bunch of work-arounds for each installation.Have I missed something?