Can't get changes in open_basedir to work with PHP 7 FPM

anton1982

Verified User
Joined
Jun 12, 2016
Messages
43
I cannot get changes in open_basedir to work with PHP 7 FPM. What i tried:

PHP-FPM config customization - custom 1 field
php_admin_value[open_basedir] = {here i entered the whole path + changes}

Httpd.conf Customization - first field
|?OPEN_BASEDIR_PATH= {here i entered the whole path + changes}|

I tried restarting httpd and php but I cannot get it to work. For now I disabled Open BaseDir but that isn't the real fix.

Can anyone help?
 
I have the same problem. Is there any fix or proper way to add path to OPEN_BASEDIR_PATH?
 
Back
Top