Hello,
we need to remove this directive:
php_admin_value error_reporting 22519
inside this tag : <IfModule mod_php5.c>
from the config file /var/www/vhosts/system/domain.tld/conf/httpd.conf
otherwise it overrides our values defined in /etc/php.ini config which we need for the sites running as apache module and creates problems with some old sites.
We got this problem after upgrading to 17.5.30 on Centos 6.9 64bit
But everytime I reconfigure vhost I need to reuse sed to comment it out.
I didn't find a possibility to change using custom domainVirtualHost.php
How can I achieve this task in permanent way ?
thanks
Jack
we need to remove this directive:
php_admin_value error_reporting 22519
inside this tag : <IfModule mod_php5.c>
from the config file /var/www/vhosts/system/domain.tld/conf/httpd.conf
otherwise it overrides our values defined in /etc/php.ini config which we need for the sites running as apache module and creates problems with some old sites.
We got this problem after upgrading to 17.5.30 on Centos 6.9 64bit
But everytime I reconfigure vhost I need to reuse sed to comment it out.
I didn't find a possibility to change using custom domainVirtualHost.php
How can I achieve this task in permanent way ?
thanks
Jack