E
ewdx
Guest
Hi all,
We have dedicated servers and have hit a HUGH problem. In short:
We have an application that uses the PHP function ini_set('include_path'... to add 2 more paths to the PHP include_path, however, when running Plesk 8.3 -> PHP 5.2.5 this becomes a real problem, as soon as anybody on any domain uses Webmail, it breaks all of our sites on all domains, because PHP 5.2.5 introduced a security fix to not allow scripts to override explicitly set php_admin_value and php_admin_flag directives in httpd.conf and its included configuration files.
Is there a way I can add
php_admin_value include_path "/var/www/vhosts/domain.com/httpdocs/path:."
Note: the domian.com would need to change for each domain.
into each domain, without it being overwritten each time a domain is altered via the Plesk 8.3 Admin Panel, as whenever a change is made, the httpd.include file is overwritten !
It would be good if this could be added as a Plesk default, as when we create new domains, the values will be added to the include_path
Any Help would be Appreciated.
This is URGENT as all our sites are broken and down !!!
ALTERNATIVELY, if there is a way to have Horde Webmail work without setting the include_path in the Apache config files, then that would work as well.
ie: remove the php_admin_value include_path "....." from Horde Webmail ?????
We have dedicated servers and have hit a HUGH problem. In short:
We have an application that uses the PHP function ini_set('include_path'... to add 2 more paths to the PHP include_path, however, when running Plesk 8.3 -> PHP 5.2.5 this becomes a real problem, as soon as anybody on any domain uses Webmail, it breaks all of our sites on all domains, because PHP 5.2.5 introduced a security fix to not allow scripts to override explicitly set php_admin_value and php_admin_flag directives in httpd.conf and its included configuration files.
Is there a way I can add
php_admin_value include_path "/var/www/vhosts/domain.com/httpdocs/path:."
Note: the domian.com would need to change for each domain.
into each domain, without it being overwritten each time a domain is altered via the Plesk 8.3 Admin Panel, as whenever a change is made, the httpd.include file is overwritten !
It would be good if this could be added as a Plesk default, as when we create new domains, the values will be added to the include_path
Any Help would be Appreciated.
This is URGENT as all our sites are broken and down !!!
ALTERNATIVELY, if there is a way to have Horde Webmail work without setting the include_path in the Apache config files, then that would work as well.
ie: remove the php_admin_value include_path "....." from Horde Webmail ?????