Major problems with Plesk,PHP and Redhat 9

Problem
Warning: open_basedir restriction in effect. File is in wrong directory in /home/httpd/vhosts/domain.com/httpdocs/global.php on line 102

Warning: fopen("/proc/loadavg", "r") - Operation not permitted in /home/httpd/vhosts/domain.com/httpdocs/global.php on line 102

Warning: feof(): supplied argument is not a valid File-Handle resource in /home/httpd/vhosts/domain.com/httpdocs/global.php on line 103
Here is the vhost.conf file
<Directory /home/httpd/vhosts/domain.com/httpdocs>
<IfModule mod_php4.c>
php_admin_flag register_globals off
php_admin_value open_basedir "/home/httpd/vhosts/domain.com/httpdocs/:tmp
</IfModule>
</Directory>

I need a fix for it been trying now for 8 hrs to figure this out

 

 

 

 

Top