View Single Post
  #2  
Old 07-07-2011, 10:00 AM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,338
Once PHP compiled via LSWS Admin Console, LSWS needs restart to make the new PHP effective. Also, make sure LSWS is running on port 80 (instead of Apache).

To verify whether and/or which php.ini is in use, do the followings from command line:
Quote:
/usr/local/lsws/fcgi-bin/lsphp5 -i | grep "Configuration File"

Last edited by webizen; 07-07-2011 at 10:02 AM..
Reply With Quote