nicedreams242
06-29-2004, 11:49 AM
It appears that Plesk 7 has some problems with the open base dir features
Add this to vhost.conf for whatever domain that needs it..
<Directory /home/httpd/vhosts/domain.com/httpdocs>
php_admin_value safe_mode 0
php_admin_value open_basedir "/home/httpd/vhosts/domain.com/:/"
php_value include_path .:/home/httpd/vhosts/domain.com </Directory>
Add this to vhost.conf for whatever domain that needs it..
<Directory /home/httpd/vhosts/domain.com/httpdocs>
php_admin_value safe_mode 0
php_admin_value open_basedir "/home/httpd/vhosts/domain.com/:/"
php_value include_path .:/home/httpd/vhosts/domain.com </Directory>