Web Hosting Talk







View Full Version : Master value for php.ini in Virtual Host configuration


kaskus
01-17-2002, 07:57 PM
I dont know where I should put this topic.
Maybe I'll put it here first, and then mod will decide.

Here is the problem
Since I move my site to a new server I always got error message about :
openbase_dir
upload_tmp_dir

With this problem i can't upload files to the server with PHP scripts and I can't use include command.

me and the server guy try to fix it for almost 1 months without any results.
Anybody know how to fix it ?

Maybe you guys want to see the phpinfo settings in my server, can take a look at this url
http://www.indoguides.com/phpinfo.php

any idea what should I do ?

someone in Zend forums gave the solutions but it's still not working.

www.indoguides.com:80[/url]]
DocumentRoot /usr/local/psa/home/vhosts/indoguides.com/httpdocs
ServerName www.indoguides.com
php_admin_value safe_mode 1
php_admin_value open_basedir /usr/local/psa/home/vhosts/indoguides.com
php_admin_value upload_tmp_dir /usr/local/psa/home/vhosts/indoguides.com/tmp

muppie
01-18-2002, 10:27 AM
Will they let you go just by removing all the php_xxxx in that settings?

btw those stuff should go into httpd.conf I guess you already know that.

kaskus
01-19-2002, 07:49 AM
I think they will gave permission for that.
yea i already told the owner to make change in the http.conf
and then restart the apache server.