
06-21-2012, 12:20 PM
|
|
New Member
|
|
Join Date: Apr 2005
Posts: 5
|
|
Quote:
Originally Posted by webizen
|
thanks for the fast solution my problem, chroot in this version working properly.
Remained a small bug in apache configuration
Virtual Hosts ->hostname -> General ->Apache Style Configurations
php_admin_value open_basedir "$DOC_ROOT:$VH_ROOT/lib:/usr/local/lib/php:$VH_ROOT/upl_content:/tmp"
calculated as:
2012-06-21 18:57:55.912 [NOTICE] [XX.XX.XX.XX:56722-0#hostname] [STDERR] PHP Warning: Unknown: open_basedir restriction in effect. File(/home/domains/hostname/www/info.php) is not within
the allowed path(s): (/home/chroot/home/domains/hostname/www/:/usr/local/lib/php:/home/chroot/home/domains/hostname/upl_content) in Unknown on line 0
but for me it's not critical :-)
Thanks.
|