Server doesn't start anymore

#1
After an update my server doesn't start anymore I got this error:

Code:
LSWS does not restart properly, check port 7080
check port 7080 after kill all litespeed processes
Thu Feb 15 16:06:55 UTC 2018
start, LSWS running: 0
LSWS does not restart properly, check port 7080
check port 7080 after kill all litespeed processes
 
#2
If I try to start from command line:

Code:
/usr/local/lsws/bin/lswsctrl start
/usr/local/lsws/bin/lswsctrl: 17: /usr/local/lsws/bin/lswsctrl: source: not found
[OK] litespeed: pid=3233.
litespeed: no process found
[OK] litespeed: pid=3273.
 
#4
I've done a simply

Code:
apt-get update
This has installed version 1.4.29+5-xenial
After this I've tried to go to my site but got error.

On log file I see

Code:
LSWS does not restart properly, check port 7080
check port 7080 after kill all litespeed processes
Thu Feb 15 16:06:55 UTC 2018
start, LSWS running: 0
LSWS does not restart properly, check port 7080
check port 7080 after kill all litespeed processes
So I tried to start openlitespeed with

Code:
/usr/local/lsws/bin/lswsctrl start
but I got this message in console:

Code:
/usr/local/lsws/bin/lswsctrl: 17: /usr/local/lsws/bin/lswsctrl: source: not found
[OK] litespeed: pid=3233.
litespeed: no process found
[OK] litespeed: pid=3273.
 
#6
We manage to resolve the issue. The cache module (cache.so) was not updated. In this case you can download Openlitespeed and configure it in different directory. After that just copy the cache.so (from lsws/modules).
 
Top