overriding config values within the same pool file

10 views
Skip to first unread message

Antonio Gallo

unread,
Jul 31, 2018, 3:51:50 PM7/31/18
to highload-php-en
I use a generic config template that uses $pool variable.
This contains: php_admin_value[open_basedir] =

Then i append to the file the content of a custom file
that contains a new setting for php_admin_value[open_basedir] =

So basically in the generated file i've two lines:
php_admin_value[open_basedir] = '1'
php_admin_value[open_basedir] = '2'

It seems value '2' is ignored and value of '1' is always used.

Is there a way to have the 2nd settings override the first?

Reply all
Reply to author
Forward
0 new messages