View Single Post
  #5  
Old 06-21-2012, 12:20 PM
chipus chipus is offline
New Member
 
Join Date: Apr 2005
Posts: 5
Quote:
Originally Posted by webizen View Post
pls try 4.1.13 if not done so.

http://www.litespeedtech.com/packages/4.0/lsws-4.1.13-ent-x86_64-linux.tar.gz
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.
Reply With Quote