View Single Post
  #6  
Old 12-28-2011, 01:25 PM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,338
1. find out which php.ini used by lsphp5
Quote:
/usr/local/lsws/fcgi-bin/lsphp5 -i | grep "Loaded Configuration File"
2. modify php.ini found in 1
extension_dir = ./
change to
extension_dir = /path/to/dir/extension*

* you need to put actual directory path to hold extension.

3. restart lsws
/usr/local/lsws/bin/lswsctrl restart
Reply With Quote