Introduction
This article provides the steps to install LiteSpeed.
Note: Before installing LiteSpeed, you must have a LiteSpeed serial number.
Procedure
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
-
Remove the
/usr/local/cpanel/whostmgr/docroot/cgi/lswsfolder if it exists.# rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/lsws
-
Download the LiteSpeed installer.
# wget https://www.litespeedtech.com/packages/cpanel/lsws_whm_autoinstaller.sh
-
Update the script's permissions.
# chmod a+x lsws_whm_autoinstaller.sh
-
Run the
lsws_whm_autoinstaller.shscript.# ./lsws_whm_autoinstaller.sh $serial
Note: "$serial" must be replaced with your Litespeed serial number.
Comments
0 comments
Article is closed for comments.