Install LiteSpeed Web Server on CentOS 6

Install LiteSpeed Web Server on CentOS 6

LiteSpeed Web-Server on Centos 6.3 Installation Guide

A step-by-step guide to installing and configuring LiteSpeed Web Server on CentOS 6.3.

Installing LiteSpeed

for 64bit install before:

yum install glibc glibc.i686 -y

visit here to get the more recent version of litespeed for your architecture and replace the link or file name/directory wherever needed inside the script.

cd /opt mkdir src cd src wget http://www.litespeedtech.com/packages/4.0/lsws-4.1.13-std-i386-linux.tar.gz tar zxvf lsws-4.1.13-std-i386-linux.tar.gz rm lsws-4.1.13-std-i386-linux.tar.gz -f cd lsws-4.1.13 ./install.sh

continue with the instructions and you have litespeed installed!.

 

Start/Stop Service

service lsws start service lsws stop