LightSpeed Standard Edition

#1
Hello Everyone,

I am confused on how to get a license for LightSpeed Standard Edition (FREE). If there is no license, how do I install it. I went through a guide from another site, but I think it was for the enterprise edition. Can someone give me a link to the download for the lightspeed standard edition for linux centos 6
 

Licensecart

Well-Known Member
#2
Hello Chase,

Go to: http://www.litespeedtech.com/download/litespeed-web-server-download

And at the bottom there's a section called "LiteSpeed Web Server Standard Edition"

There's some files there.

For example if you are doing it on Linux do the following:
Code:
curl -O http://www.litespeedtech.com/packages/4.0/lsws-4.2.20-std-i386-linux.tar.gz

or

Wget -N http://www.litespeedtech.com/packages/4.0/lsws-4.2.20-std-i386-linux.tar.gz
 
Top