Thread: Issue with PHP
View Single Post
  #5  
Old 10-22-2007, 07:38 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
Since the root directory has been changed to /opt, so the path to lsphp should be
/lsws/fcgi-bin/lsphp, no /opt/lsws/...

Another tool to debug this is to use "strace" under the chroot, copy strace to the jail
then do

chroot /opt strace /lsws/fcgi-bin/lsphp <you_test_php_script>
Reply With Quote