In php.ini i've set
open_basedir = /usr/local/lib/php/:/tmp/
in vhost.conf (VirtualHost include file) i set
php_admin_value open_basedir /web/htdocs/linuxtest4.aruba.it/home/
So if i execute phpinfo i view:
LOCAL MASTER
open_basedir /web/htdocs/linuxtest4.aruba.it/home/ /usr/local/lib/php/:/tmp/
but if i execute a script that try to open a file in /tmp i get limitations by
open_basedir.
If i put all these value in the php.ini and toggle php_admin_value
open_basedir in vhost.conf i get all working ok.
How can i avoid the open_basedir value to be overwritten by vhost.conf ? (i
want to be "added")
Regards.
--
Davide Giunchi
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php