How can I install LiteSpeed? Print

  • 0

0) http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi:troubleshoot
1.1) curl -O http://www.litespeedtech.com/packages/4.0/lsws-4.2.19-ent-x86_64-linux.tar.gz
1.2) curl -O http://www.litespeedtech.com/packages/4.0/lsws-4.2.19-ent-i386-linux.tar.gz
2) tar -zxvf lsws-4.2.19-ent-x86_64-linux.tar.gz
3) cd lsws-4.2.19
4) ./install.sh
5) Accept the EULA for Litespeed by "Yes"
6) Click enter for the default (/usr/local/lsws)
7) Set up a Admin username (Don't use Admin!)
8) Set up the password for your Admin account
9) Set up the email address for your Admin account
10) Set your control panel if you have one. (InterWorx = 5)
11) "0" to replace Apache
12) "1" to use SuEXEC (Recommended) or "2" if you have DirectAdmin
13) "Y" to start it automatically when the server starts
14) Click Enter
15) If you have Apache still on, turn it off using:

    service httpd stop
    chkconfig httpd off

16) "Y" to start LiteSpeed now

LiteSpeed Web Server started successfully! Have fun!

Now go to http://your-ip:7080/

First thing you need to do is Compile PHP with LSAPI.

If you get a error on the first step, you need to install patch: yum install patch.


Was this answer helpful?

« Back