
02-08-2012, 11:28 AM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2010
Posts: 2,337
|
|
suEXEC and LSAPI are NOT the same thing. LSAPI +PHP can be used run with suEXEC set to No, Yes, etc.
suEXEC in "Using Apache Configuration File" is for vhost in httpd.conf (Apache). you need something like below in vhost config for PHP suEXEC => Yes to work.
Quote:
|
SuexecUserGroup user1 group1
|
For native LSWS vhost, you can set suEXEC user in lsphp5 either at server level or vhost level.
Regarding stock php in LSWS, it is php4 for small footprint which is good enough to get one started. You can compile a newer php version in Compile PHP page (Admin CP => Actions => Compile PHP). More details are at
http://www.litespeedtech.com/support/wiki/doku.php#php ==> PHP 4/5 with LSAPI
|