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