[solved] PHP mode questions

#1
Hi there, I have the latest LSWS installed with cPanel, I ran easy apache and put in fcgi mode with suexec, but I read that using LSAPI on it's own is faster, how do I change it to compile with LSAPI? Is there a way to check what mode php is running on?

Also I read that disabling exec in the php ini file will stop the litespeed plugin from working? I'd really rather block exec from php, so would this be a case of disabling it and re-enabling whenever I want to change something in litespeed?
 
Last edited by a moderator:

mistwang

LiteSpeed Staff
#2
LSWS uses LSAPI regardless what you use in Apache. Just check phpinfo() page, it shows "LiteSpeed V5.5"

disabling exec in /usr/local/lib/php.ini does not affect Litespeed WHM plugin.
 
Top