litespeed problem

#1
Hi
most recently i bought 10 litespeed license and 8 license work correctly but i have problem with two other license which
i send ticket about that and they said "your ip addr blacklisted by litespeed" so we sent request for unblock and they did it
i can install them(two license) but licenses going down every 15 minute with following err :

Code:
[NOTICE] [AutoUpdate] Checking for new releases..., pid=4744
[NOTICE] Start to clean up cache directory, pid=4745
[INFO] [PID:27664] Stop all listeners.

and that need manualy restart to go up again
we send the ticket about this problem but they said :
There is nothing going on on our end that would cause such an issue.
 
Last edited by a moderator:

Jon K

Administrator
Staff member
#2
The licensing system will not cause your servers to stop at 15 minute intervals and that is where the nothing going on our end is from. The quick blurb you sent can be just the graceful restart system or something can be killing LiteSpeed. Make sure you are on the latest build with `/usr/local/lsws/admin/misc/lsup.sh -f -v 5.2.3`
 
#3
Is this cpanel? If so you can run

nohup /usr/local/lsws/bin/wswatch.sh &

and check /etc/cpanel/ea4/paths.conf

bin_apachectl=/usr/sbin/apachectl should be bin_apachectl=/usr/local/lsws/bin/lswsctrl
 
Top