Pzz
Verified User
In my ./data/users/admin/php/php-fpm73.conf (DA 1.591), I see
The PHP1_RELEASE in this line isn't substituted by the real value.
The source seems to be my /usr/local/directadmin/data/templates/php-fpm.conf , which starts with:
Is this file outdated? Or am I missing something else?
Thanks,
GJ
Code:
php_admin_value[open_basedir] = /home/admin/:/tmp/:/var/tmp/:/opt/alt/php`PHP1_RELEASE`/usr/share/pear/:/dev/urandom:/usr/local/php72/lib/:/usr/local/php72/lib/:/usr/local/php73/lib/:/usr/local/lib/php/
The PHP1_RELEASE in this line isn't substituted by the real value.
The source seems to be my /usr/local/directadmin/data/templates/php-fpm.conf , which starts with:
Code:
?PHP_VER=54|
|?OPEN_BASEDIR_PATH=`HOME`/:/tmp/:/var/tmp/:/opt/alt/php`PHP1_RELEASE`/usr/share/pear/:/dev/urandom:/usr/local/php`PHP_VER`/lib/:`ACTIVE_USR_LOCAL_PHP_LIB`:/usr/local/lib/php/|
|?EMAIL=`USER`@`DOMAIN`|
|?MAX_CHILDREN=`MAX_CHILDREN_DEFAULT`|
|?MAX_REQUESTS=500|
Is this file outdated? Or am I missing something else?
Thanks,
GJ