How could I modify the default httpd.include
Posted: Wed Jun 24, 2009 12:33 pm
Every time a domain or subdomain is added in Plesk considering that it has PHP activated the stanza has some default values.
I need to change the
php_admin_value open_basedir "/var/www/vhosts/xxxx/httpsdocs:/tmp"
to
php_admin_value open_basedir "/var/www/vhosts/xxxx/httpsdocs:/tmp:/usr/share/pear"
So that PEAR is not just included in the php include path but also on the open base dir restriction.
Thanks for your help.
I need to change the
php_admin_value open_basedir "/var/www/vhosts/xxxx/httpsdocs:/tmp"
to
php_admin_value open_basedir "/var/www/vhosts/xxxx/httpsdocs:/tmp:/usr/share/pear"
So that PEAR is not just included in the php include path but also on the open base dir restriction.
Thanks for your help.