Installing and Configuring OpenliteSpeed Web Server on Centos 7
In this Video, Step by Step Demonstration is being done on Installing and Configuring OpenliteSpeed Web Server on Centos 7.
Steps to Configure OpenLite Speed Web Server:
Step 1: Add the following Repositories:
#yum install epel-release
#sudo rpm -ivh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el7.noarch.rpm
Step 2: Install the components:
#yum install openlitespeed mariadb-server
Step 3: Install Php Components:
#yum install lsphp56 lsphp56-mysql
Step 4: Change the Default Administrator Password
for OpenLiteSpeed Web Server
#sudo /usr/local/lsws/admin/misc/admpass.sh
Step 5: Link the version to latest Php Version
#sudo ln -sf /usr/local/lsws/lsphp56/bin/lsphp /usr/local/lsws/fcgi-bin/lsphp5
Step 6: Start and Secure MariaDB Database Server
#systemctl start mariadb
#systemctl enable mariadb
#mysql_secure_installation
Step 7: Test the Default Interface
#service lsws status
Open the web Browser
http://ipaddress:8088
(Main Interface)
Administrative Interface
http://ipaddress:7080
Username: admin
password: As set Above
centos 7