How to update LiteSpeed License from command line

LiteSpeed Webserver

If you want to change the License key for your LiteSpeed webserver, you can do the following. cd /usr/local/lsws/conf mv serial.no serial.no.old mv license.key license.key.old Create file vi serial.no Inside the file, paste your LiteSpeed webserver license key. Restart LiteSpeed /usr/local/lsws/bin/lshttpd -r /usr/local/lsws/bin/lswsctrl restart Verify LiteSpeed License with command /usr/local/lsws/bin/lshttpd -V See LiteSpeed

Install LiteSpeed Web Server

LiteSpeed Web Server

LiteSpeed is a high performance web server. Unlike most other web servers, this is a paid software, so you will need to purchase a license or get trail key before you can use it. To install LiteSpeed, download latest version of the software from https://www.litespeedtech.com/products/litespeed-web-server/download At this time of writing this post, latest version of … Read more

Install Zend OpCache on OpenLiteSpeed Server

Zend OpCache GUI

To install Zend OpCache on OpenLiteSpeed Server, run apt install -y lsphp73-opcache Now restart PHP with command killall -9 lsphp Zend OpCache GUI Zend OpCache GUI shows stats for OpCache. This is for monitoring purpose only. You can download it from https://github.com/amnuts/opcache-gui All you need to do is download the files, exact it, upload it … Read more

Enable CloudLinux PHP lsapi

CloudLinux lasapi php

CloudLinux provides high performance PHP module lsapi. It is a replacement for suphp available on cpanel servers. lsapi module is a based on LiteSpeed Technologies API for PHP. To enable lsapi in CloudLinux Cpanel Server, go to Provision profile Click “Provision” and wait until the software is updated. Now you need to set lsapi as … Read more

Install OpenLiteSpeed on Ubuntu/Debian

OpenLiteSpeed Change Admin Password

OpenLiteSpeed ia an Open Source version of LiteSpeed Web Server. To install OpenLiteSpeed, add repository by running wget -O – http://rpms.litespeedtech.com/debian/enable_lst_debain_repo.sh | bash Now you have openlitespeed packages available on your server. Here is packages available on a Debian 9 server. To install OpenLiteSpeed, run apt install -y openlitespeed OpenLiteSpeed will be installed in folder … Read more

LiteSpeed Web Server

LiteSpeed is a high performance web server. Install LiteSpeed Web Server Install CyberPanel on CentOS 7 Install OpenLiteSpeed on Ubuntu/Debian Install LiteSpeed Web Server on Cpanel Server libnsl.so.1: cannot open shared object file: No such file or directory How to update LiteSpeed License from command line Login to the admin interface at https://IP_ADDR:7080/ To check … Read more