RoRoo
Verified User
- Joined
- Dec 16, 2004
- Messages
- 112
I've got php-fpm installed using custombuild 2.0
Every user gets it's own php-fpm56.conf file that it uses.
But for a certain user I want to overwrite a setting:
php_admin_value[display_errors] = off <--- Generic for all users in the /usr/local/directadmin/data/templates/custom/php-fpm.conf
When I change this using CMD_CUSTOM_HTTPD?user=username&php-fpm=5.6 and enter
php_admin_value[display_errors] = On
in the [CUSTOM2] (Or CUSTOM1 either way) field, click save and restart php-fpm56
the setting won't be applied.
Am I doing things incorrectly?
Every user gets it's own php-fpm56.conf file that it uses.
But for a certain user I want to overwrite a setting:
php_admin_value[display_errors] = off <--- Generic for all users in the /usr/local/directadmin/data/templates/custom/php-fpm.conf
When I change this using CMD_CUSTOM_HTTPD?user=username&php-fpm=5.6 and enter
php_admin_value[display_errors] = On
in the [CUSTOM2] (Or CUSTOM1 either way) field, click save and restart php-fpm56
the setting won't be applied.
Am I doing things incorrectly?