ID: 21320 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Filesystem function related Operating System: FreeBSD 4.7 PHP Version: 4.2.3 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip Previous Comments: ------------------------------------------------------------------------ [2003-01-02 15:13:40] [EMAIL PROTECTED] Yes /www is a symblink to /home/wwwroot ------------------------------------------------------------------------ [2003-01-02 14:07:58] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip Are /www/www.freshbsd.net/ or /home/wwwroot/192.168.0.1/ symlinks? ------------------------------------------------------------------------ [2003-01-01 13:33:15] [EMAIL PROTECTED] I got this configuration for one of my vhosts in apache 1.3.27: <VirtualHost *> DocumentRoot /www/192.168.0.1 ServerName 192.168.0.1 ErrorLog /var/log/httpd/192.168.0.1-error_log CustomLog /var/log/httpd/192.168.0.1-access_log common php_value open_basedir /home/wwwroot/192.168.0.1/ </VirtualHost> but when i go in on /home/wwwroot/192.168.0.1/index.php with this script: <? include("/www/www.freshbsd.net/index.php"); ?> it will include the page anyway... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21320&edit=1