Here i will explain how to install Litespeed webserver in WHM.
According to the Litespeed wiki :
- Open & login to your SSH terminal
- Execute this command to download the installer :
wget http://www.litespeedtech.com/packages/cpanel/lsws_whm_autoinstaller.sh
- Next we will make the file executable :
chmod a+x lsws_whm_autoinstaller.sh
- Last step we can execute this command :
(please check the litespeed wiki for parameter explanation)./lsws_whm_autoinstaller.sh TRIAL 2 1000 admin a1234567 root@localhost 1 0
If you have litespeed license, replace “TRIAL” with your serial number.
You can replace “admin” with another litespeed admin username.
You can replace “a1234567 ” with another litespeed admin password.
You can replace “root@localhost” with another litespeed admin e-mail. - Wait until it completes.
- A new sub menu named “Litespeed Web Server” will appear on your WHM.
- You must activate litespeed from that sub menu.