Hi,

in httpd.conf each virtual host has
...
php_admin_value open_basedir "/usr/local/lib/php/:/srv/foo.net/"
php_admin_value upload_tmp_dir /srv/foo.net/tmp/
...

But a phpmailer script is complain

PHP Warning:  Unknown: open_basedir restriction in effect. File(/tmp)
is not within the allowed path(s):  (correct paths provied)

Anyone have any idea why php ignores the upload_tmp_dir and insists use /tmp ?

(httpd 2.4.2  + php 5.3.13)

I reaallllllllllllyyyyyyyyyyyyyyy  do not want to give each host
access to /tmp for security reasons.

Thanks
Nik

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to