License Failed cannot start

QuantumNet

Well-Known Member
#1
If you are going to implement some sort of licensing schema that does not allow a VPS to be moved from one hard drive to another without a license being re-generated.

THEN YOU BETTER HIRE 24/7 Phone support staff, you charge way to much money for this BS!!!!!!!!!!!!!!!!!!!!!!!!!!!

My customers sites are down thanks a whole lot.
 

mistwang

LiteSpeed Staff
#2
Just do a license migration by following the procedure in our documentation. In short
Code:
bin/lshttpd -m
bin/lshttpd -r
cp license.key conf
 
Top