After swith to Litespeed 4.0.12 enterprise (before i use standard version) i have problem with restarting
Litespeed version: freebsd 64bit ent 4.0.12
Before restarting:
After press restart in admin pannel
And after while (when old server is ready to end):
As we can see pid 33858 is still running and even i send kill 33858 it don't do anything. Also all lsapi process are runing (php, ruby)
i tested this on 4.1RC2 and there problem don't exists.
Litespeed version: freebsd 64bit ent 4.0.12
Before restarting:
Code:
root@core2:~# ps aux |grep lshttp
www 33858 0.2 0.1 11572 6504 ?? D 8:40PM 0:00.09 ./lshttpd (lshttpd.4.0.12)
root 33854 0.0 0.1 10412 5248 ?? S 8:40PM 0:00.01 ./lshttpd (lshttpd.4.0.12)
Code:
root@core2:~# ps aux |grep lshttp
www 33858 4.6 0.1 13036 7536 ?? SN 8:40PM 0:04.40 ./lshttpd (lshttpd.4.0.12)
root 33854 0.0 0.1 10412 5256 ?? S 8:40PM 0:00.03 ./lshttpd (lshttpd.4.0.12)
root 34344 0.0 0.1 10412 5252 ?? S 8:41PM 0:00.01 lshttpd (lshttpd.4.0.12)
www 34346 0.0 0.1 10492 5668 ?? S 8:41PM 0:00.03 lshttpd (lshttpd.4.0.12)
Code:
root@core2:~# ps aux |grep lshttp
www 33858 0.0 0.1 12572 7076 ?? SN 8:40PM 0:04.42 ./lshttpd (lshttpd.4.0.12)
root 34344 0.0 0.1 10412 5252 ?? S 8:41PM 0:00.02 lshttpd (lshttpd.4.0.12)
www 34346 0.0 0.1 11636 6680 ?? S 8:41PM 0:00.48 lshttpd (lshttpd.4.0.12)
i tested this on 4.1RC2 and there problem don't exists.
Last edited by a moderator: