This is an old revision of the document!


Auto-Installer (for cPanel/WHM installations)

Our auto-installer allows you to install LiteSpeed Web Server for use with cPanel/WHM with just one script. The auto-installation script installs LSWS and our WHM Plugin, registers your license (or requests a trial license), and builds PHP with LSAPI to match the current EasyApache-built PHP. This leaves you with a ready-to-use LSWS installation.

The auto-installer should benefit two distinct groups of LSWS users.

  1. End users who use cPanel/WHM: Use the script to add LSWS to your cPanel setup quickly and easily.
  2. VPS providers: Put this script in your server provisioning automation script to further automate server set up.

This wiki will guide you through the parameters available with the auto-installer and how to switch to LSWS after it has been installed using the auto-installer.

  1. This auto-installer can only be used for cPanel/WHM installations.
  2. Make sure beforehand that all sites are working fine with Apache.
  3. PHP must have been built with EasyApache. LiteSpeed will build its matching PHP (with LSAPI) based on this build of PHP.

The auto-installer script can be downloaded from from the control panel plugins download page.

wget http://www.litespeedtech.com/packages/cpanel/lsws_whm_autoinstaller.sh
chmod a+x lsws_whm_autoinstaller.sh

The Command

./lsws_whm_autoinstaller.sh SERIAL_NO PHP_SUEXEC port_offset admin_user admin_pass admin_email easyapache_integration auto_switch_to_lsws

Sample input:

./lsws_whm_autoinstaller.sh TRIAL 2 1000 admin a1234567 root@localhost 1 0

Parameters

All optional parameters have default values for convenience, but, for security reasons, we strongly recommend that you use your own values for all parameters.

  1. (Required) SERIAL_NO: This will register the server using the serial number specified and retrieve a license key. Inputting “TRIAL” will cause a trial key to be requested and installed.
  2. (Optional) PHP_SUEXEC: Available values are 0 (disable), 1 (enable), 2 (user home directory only). Default is 2.
  3. (Optional) port_offset: Controls the Apache port offset. This allows you to run LiteSpeed in parallel with Apache to test it out. For example, if you set port offset to 1000, Apache will continue running on port 80 and LiteSpeed will run on port 1080. If port offset is set to 0, LiteSpeed will be installed and set to use the same port Apache is currently using, but will not be automatically started after it is installed. When you are ready to replace Apache with LSWS as the main web server, simply stop Apache and start LiteSpeed (or use the Switch to LiteSpeed button in the WHM plugin). Default is 1000.
  4. (Optional) admin_user: Admin user name for accessing the LiteSpeed WebAdmin console. Default is “admin”.
  5. (Optional) admin_pass: Admin user password for accessing the LiteSpeed WebAdmin console. Default is “a1234567”
  6. (Optional) admin_email: Admin user's email. This email address will receive important server notices, such as license expiring or server core dumps. Default is “root@localhost”
  7. (Optional) disable_easyapache_integration: EasyApache Integration automatically rebuilds matching PHP for LiteSpeed when you update EasyApache. Available values are 1 (enable) and 0 (disable). EasyApache Integration is enabled by default.
  8. (Optional) auto_switch_to_lsws: Automatically switch to LiteSpeed Web Server at the end of installation. This setting will only take effect if the port offset is set to 0. Available values are 1 (enable) 0 (disable). Most users will need to test and verify before they switch, so the default is 0 (disabled).

Notes

  • If you install LSWS with a trial license, you can always switch to your purchased license using the Change License button in the WHM plugin.
  • The auto-installer will build PHP for LSWS (with LSAPI) based on your most recent EasyApache PHP build.
  • If CageFS was installed prior to using this script, the auto-installer will automatically add a mount point for LSWS.

Switching to LiteSpeed

If you did not set the Auto-Installer to automatically switch to LSWS (auto_switch_to_lsws=1), the Auto-Installer will not start LSWS or switch out Apache. To switch to LiteSpeed, open our WHM Plugin and follow the steps below:

If you set port offset to >0

  1. Start LSWS using the Restart LiteSpeed button.
  2. You can now test your sites on the port you've set LiteSpeed to. (If your port offset is 1000 and Apache is on port 80, then LSWS will serve on port 1080.)
  3. When you're ready to switch to LiteSpeed as your main web server, just use the Switch to LiteSpeed button.

If you set port offset to 0

LiteSpeed Web Server is all ready to be your main web server. Clicking on the Switch to LiteSpeed button will stop Apache and start LSWS as your main web server.

For common errors, see our cPanel troubleshooting guide.

  • Admin
  • Last modified: 2014/08/05 21:25
  • by Michael Armstrong