How to switch back to apache

NiteWave

Administrator
#2
depending on your environment. if cPanel is running, then only one button click -

WHM->Plugins->LiteSpeed Web Server->Switch to Apache
 

webizen

Well-Known Member
#4
is LSWS reading Apache httpd.conf? If not, just stop lsws and start apache.
service lsws stop; service httpd start;
if LSWS reads httpd.conf, it is ok to do above if no Apache binary wrapper (chk Admin Console -> Server -> General -> Using Apache Configuration File).

if there is Apache binary wrapper, you need to stop lsws first. roll back to initial Apache binary and start httpd afterwards.
 
Top