Category: LiteSpeed

How to Install OpenLiteSpeed Web Server on CentOS 7

In this guide we go through the steps for installing OpenLiteSpeed Web Server on CentOS 7. All Commands – without sudo yum update -y rpm -ivh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el7.noarch.rpm yum install openlitespeed /usr/local/lsws/bin/lswsctrl start yum install epel-release yum install lsphp70 lsphp70-mysqlnd /usr/local/lsws/admin/misc/admpass.sh firewall-cmd –zone=public –permanent –add-port=7080/tcp firewall-cmd –reload All Commands – with sudo sudo yum update -y

Continue reading…

How to Install LiteSpeed Web Server on CentOS 7

In this guide we go through the steps for installing LiteSpeed Web Server on CentOS 7. All commands – without sudo yum -y update yum groupinstall “Development Tools” -y wget http://www.litespeedtech.com/packages/5.0/lsws-5.3.7-ent-x86_64-linux.tar.gz tar -zxvf lsws* cd lsws-5.3.7 ./install.sh rpm -ivh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el7.noarch.rpm yum install lsphp73 lsphp73-mysqlnd ln -sf /usr/local/lsws/lsphp73/bin/lsphp /usr/local/lsws/fcgi-bin/lsphp7 firewall-cmd –permanent –zone=public –add-service=http firewall-cmd –permanent –zone=public

Continue reading…

LiteSpeed Web Server LSCache for WordPress

Quick Steps: 1. Log into WordPress & navigate to Plugins > Add New 2. Search LiteSpeed in the search box 3. Install the LiteSpeed Cache plugin 4. Activate the plugin The LiteSpeed Cache plugin for WordPress accelerates WordPress websites once installed utilizing our on-board LS Cache features within LiteSpeed Web Server. In this guide, we’ll

Continue reading…