How to uninstall openlitespeed before installing litespeed?

#1
hi,
I already installed openlitespeed on Cpanel centos server successfully. But having difficulties in configuring the openlitespeed. How to uninstall openlitespeed.
Thanks and regards.
 

Tishu

Well-Known Member
#2
Hello,
Stop OLS, backup the installation (if you need it later) and remove /usr/local/lsws dir (if you use different path - change it).
 
Last edited by a moderator:

Pong

Administrator
Staff member
#3
How did you install OLS?
If you install OLS through yum , you also make sure uninstall the package:
yum uninstall openlitespeed
Otherwise openlitespeed update may break your Enterprise installation.
 
Last edited by a moderator:

Pong

Administrator
Staff member
#5
Code:
yum uninstall openlitespeed
mv /usr/local/lsws /usr/local/lswsbak
lswsbak is for backup only, you can also remove it completely if you don't need it.
 
Last edited:
Top