am I correct in assumnig the following will not work;

user directory
        /usr/home/joeuser
symlink to document directory
        /usr/home/joeuser/www -> /usr/local/www/data/joeuser
document directory
        /usr/local/www/data/joeuser

in httpd.conf
php_admin_value open_base_dir /usr/home/joeuser

this will not allow joeuser to access files in the /usr/local/www/data/joeuser
tree correct?

Dave


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to