Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Installing the Litespeedserver in WHM  (Read 2300 times)

0 Members and 1 Guest are viewing this topic.

nidhinjo

  • Guest
Installing the Litespeedserver in WHM
« on: March 17, 2018, 08:29:06 pm »
You can install litespeed on a WHM/Cpanel server by simply following the bellow steps :

1.) Log into server via SSH as ‘root’ user.
 Go to /usr/src

Code: [Select]
cd /usr/src

2.) Download the installation file using wget.

 wget http://www.litespeedtech.com/packages/cpanel/lsws_whm_plugin_install.sh

Code: [Select]
chmod 700 lsws_whm_plugin_install.sh

 sh lsws_whm_plugin_install.sh ( ./lsws_whm_plugin_install.sh)

 rm -rf lsws_whm_plugin_install.sh

3.) Log into WHM. Go to manage plugins section.

>>Start the installation procedure by clicking on ‘Install LiteSpeed’.

 This will ask you to enter your license information and admin password. Enter this information and click on ‘Build matching PHP Binary. (Please do not tick the box to  start LiteSpeed immediately).

 a.) Click on ‘Switch to LiteSpeed’

 b.) Click on ‘Admin Web Console’ and login

 3.) Final stages of setup

4.) Go to Configuration > General > Index Files > Edit


 You need to set the following and save.

 ===============================================
  Index Files: index.html, index.php, index.php5, index.htm
  Auto Index: Yes
  Auto Index URI => /_autoindex/default.php
 ===============================================


  In SSH Type:

Code: [Select]
  ln -sf /usr/local/lib/php/autoindex /usr/local/lsws/share/autoindex
5.)  Go to Configuration > Log > Server Log > Edit

Set the following:
===============
 Log Level: Info
 Debug Level: None
 ===============


6.) Finally click on Actions > Graceful Restart to make these changes permanent.

That's it. :)