[PHP-DEV] Re: open_basedir Issue

2005-09-14 Thread Sara Golemon
Can someone tell me what I'm doing wrong here? I'm using PHP 4.3.11 on Red Hat 5.0 (Cobalt). /home/sites/www.harvardchemclub.org is a symbolic link that points to /home/sites/site66. I've tried this with and without trailing slashes. I added a comment to a similar bug report years ago,

[PHP-DEV] Re: open_basedir Issue

2005-09-14 Thread Aaron Greenspan
Sara, The output is: /home/sites/site66/web/index.html Thanks, Aaron Aaron Greenspan President CEO Think Computer Corporation http://www.thinkcomputer.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: open_basedir Issue

2005-09-14 Thread Antony Dovgal
On 14.09.2005 22:37, Aaron Greenspan wrote: Sara, The output is: /home/sites/site66/web/index.html I guess this is the answer: All symbolic links are resolved, so it's not possible to avoid this restriction with a symlink. (c)

Re: [PHP-DEV] Re: open_basedir Issue

2005-09-14 Thread Aaron Greenspan
Antony, I'm not trying to avoid the restriction by using a symbolic link. I'm trying to enforce it, yet regardless of whether I put any of the following in my allowed path: /home/sites/site66 /home/sites/site66/ /home/sites/site66/web /home/sites/site66/web/