Issues with starting litespeed on fresh OpenVZ virtual machine

#1
I was able to do this before, and have it running in production, but on a new server I am getting the following error:


[OK] lshttpd: pid=26549.
lshttpd: no process killed
[ERROR] Failed to find your license key under - /usr/local/lsws/ or /usr/local/lsws/conf/!
[ERROR] Failed to find your license key under - /usr/local/lsws/ or /usr/local/lsws/conf/!
[ERROR] Failed to start lshttpd!

[ERROR] Failed to start the web server. For trouble shooting information,
please refer to documents in "/usr/local/lsws/docs/".

Seems to indicate that the license key doesn't exist, but I'm not quite sure what it's looking for in those folders in order to make sure it's actually there.
 

NiteWave

Administrator
#2
it is looking for
/usr/local/lsws/conf/license.key

when install(./install.sh), be sure serial.no and install.sh are in the same folder.
 
#3
I'm using trial.key, as I'm migrating something from another server before applying the live license. It successfully accepts the trial license:

[OK] Your trial license key will expire in 14 days!

But license.key does not exist.


it is looking for
/usr/local/lsws/conf/license.key

when install(./install.sh), be sure serial.no and install.sh are in the same folder.
 
Top