systemd service file for openlitespeed
To start/stop OpenLiteSpeed web server, you can use the following systemd service file vi /usr/lib/systemd/system/lshttpd.service Add following content [Unit] Description=OpenLiteSpeed HTTP Server…
To start/stop OpenLiteSpeed web server, you can use the following systemd service file vi /usr/lib/systemd/system/lshttpd.service Add following content [Unit] Description=OpenLiteSpeed HTTP Server…
I installed OpenLiteSpeed on a server. The default PHP version was 7.3. I wanted PHP 7.4 on this server. To install PHP…
By default OpenLiteSpeed use /tmp/lshttpd/swap for temp files. If your /tmp partition is small, disk may get full. To move OpenLiteSpeed swap…
To monitor OpenLiteSpeed with monit on Ubuntu Server, create file vi /etc/monit/conf-enabled/openlitespeed Add following content check process OpenLiteSpeed with pidfile /tmp/lshttpd/lshttpd.pid start…
To install Zend OpCache on OpenLiteSpeed Server, run apt install -y lsphp73-opcache Now restart PHP with command killall -9 lsphp Zend OpCache…
On OpenLiteSpeed, if you edit php.ini or installed a PHP module, restart OpenLiteSpeed won’t show the changes. You will need to restart…
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…
To install OpenLiteSpeed web server on CentOS, install repository for your CentOS version For CentOS 6 rpm -Uvh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el6.noarch.rpm For CentOS 7…
OpenLiteSpeed is an open-source version of the popular commercial web server LiteSpeed. OpenLiteSpeed contains all of the essential features found in LiteSpeed…
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 |…
CyberPanel is a hosting control panel. CyberPanel uses OpenLiteSpeed, an open-source version of LiteSpeed Web server. CyberPanel with OpenLitespeed is Free to…