View Single Post
  #5  
Old 01-27-2013, 06:04 AM
Sindre Sindre is offline
Member
 
Join Date: Dec 2008
Posts: 31
Quote:
Originally Posted by NiteWave View Post
command line lsphp5 and exteral app lsphp5 may pick up different php.ini.

to confirm, check if open_basedir are same value
#/usr/local/lsws/fcgi-bin/lsphp5 phpinfo.php |grep open_basedir

and in browser, access domain.com/phpinfo.php and search open_basedir
I already checked that. The same php.ini is used both by the CLI and LiteSpeed. open_basedir is not set.

Code:
# /usr/local/lsws/fcgi-bin/lsphp5 -i | grep open_basedir
open_basedir => no value => no value
Reply With Quote