Question
How do I install LiteSpeed?
Answer
- Access the server's command line as the
rootuser 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, available from your license provider.
Comments
0 comments
Article is closed for comments.