Disable litespeed autostart

#1
Hi,
I need to switch to apache to do some investigation. but the server stops the apache and switches to litespeed automatically.
How can I disable litespeed autostart?
 

mistwang

LiteSpeed Staff
#2
try command
Code:
/usr/local/lsws/admin/misc/cp_switch_ws.sh apache
Maybe there is something wrong with the configuration file, Apache cannot handle, if it is for litespeed, you should enclose it with
<IfModule LiteSpeed>...</IfModule>
 
Last edited by a moderator:
Top