Litespeed Enterprise from CustomBuild

JustinNoel

New member
Joined
Nov 12, 2014
Messages
2
Hello.

I just re-configured my DA to use litespeed, but my concern now is the licensing behind litespeed.

Running #/usr/local/lsws/bin/lshttpd -v
returns LiteSpeed/4.2.18 Enterprise

From Litespeed, Enterprise is a paid version with free trial.

Now, it isn't clear to me if I am on trial and I have to purchase a license after X days
OR
This is a FREE Enterprise license

Like to learn more.

Cheers,
Justin
 
It a 30-days trial license :) You need to upload your license to custom/litespeed/serial.no or official litespeed path /usr/local/lsws/conf/.
 
Hi.
In CB 2.0 there is place to fill in the litespeed license serial no.
I just ordered a free trial license, but inside the sent key file, there is no key. It looks like a file to put somewhere.
What is the procedure, to switch from apache 2.4 to litespeed then?
@smtalk could you provide some hints?
 
For a trial license you don't need a trial key. Just do:
Code:
cd /usr/local/directadmin/custombuild
./build set webserver litespeed
./build set mod_ruid2 no
./build set php1_mode lsphp
./build litespeed
./build set php n

That's it! :)
 
Back
Top