OpenLiteSpeed Binary Installation
You can download latest version of OpenLiteSpeed web server from
https://openlitespeed.org/downloads/
There are 2 download links for each version of OpenLiteSpeed, here we use the binary download. To install verison 1.7.1, run
cd /usr/local/src rm -rf openlitespeed* wget https://openlitespeed.org/packages/openlitespeed-1.7.16.tgz tar -zxvf openlitespeed-*.tgz cd openlitespeed ./install.sh
To start/stop OpenLiteSpeed, use the following commands
/usr/local/lsws/bin/lswsctrl start /usr/local/lsws/bin/lswsctrl stop /usr/local/lsws/bin/lswsctrl status
OpenLiteSpeed control panel available at
https://SERVER-IP-ADDR:7080/ User = admin PW = 123456
Default password for admin user is 123456.