- OpenLiteSpeed Binary Installation
- Install OpenLiteSpeed on CentOS
- LiteSpeed Web Server
- Install Zend OpCache on OpenLiteSpeed Server
- Monitor OpenLiteSpeed with monit
- OpenLiteSpeed move Swapping Directory
- OpenLiteSpeed restart PHP
- OpenLiteSpeed Change PHP version
- systemd service file for openlitespeed
OpenLiteSpeed is an open-source version of the popular commercial web server LiteSpeed. OpenLiteSpeed contains all of the essential features found in LiteSpeed Enterprise.
You can get OpenLiteSpeed from
Here is a benchmark from the OpenLiteSpeed website that compares OpenLiteSpeed with Nginx.
OpenLiteSpeed configuration file
/usr/local/lsws/conf/httpd_config.conf
To start/stop/restart, use
/usr/local/lsws/bin/lswsctrl start
/usr/local/lsws/bin/lswsctrl stop
/usr/local/lsws/bin/lswsctrl restart
/usr/local/lsws/bin/lswsctrl status
OpenLiteSpeed web server stores cache in directory /usr/local/lsws/cachedata. This can grow big over time. You can delete this folder to free up space or move it to another partition with free disk space and create a symlink.
To set/reset the WebAdmin password, run
/usr/local/lsws/admin/misc/admpass.sh
Update OpenLiteSpeed
/usr/local/lsws/admin/misc/lsup.sh -v 1.8.1
You can login to WebAdmin at
https://server-ip:7080
Leave a Reply