Prerequisities
Installed Centos 6.3. I am using minimal.
Installing LiteSpeed
for 64bit install before:
1 |
yum install glibc glibc.i686 -y |
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.
1 2 3 4 5 6 7 8 |
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 |
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
1 2 |
service lsws start service lsws stop |
service lsws start service lsws stop
Development Specialist, Artist and Activist
Personal Website
Thank for guide.
I installed on centos 6 x86 successfully.
But when I run phpinfo, I see it run PHP Version 4.
Please help me to set default PHP Version 5 on it.
Great post.