I'm trying out demo of litespeed and after installing it I've noticed that after about a few minutes SSL sessions https quit working. http requests continue working just fine. Here's the error_log
I'm not sure what's going on, restarting LSWS does not fix the issue, it will clear after a few minutes on it's own, but then starts up again.
telnet localhost 2443 fails as well when it's happening. Just times out.
Code:
root@ns1 [/usr/local/apache/logs]# tail -f LS_error_log
2012-02-02 10:42:31.720 [INFO] Stop listener 204.45.250.76:2080.
2012-02-02 10:42:31.720 [INFO] Stop listener 204.45.250.76:2443.
2012-02-02 10:42:31.720 [INFO] Stop listener *:7080.
2012-02-02 10:42:31.720 [NOTICE] [child: 359079] Successfully change current user to nobody
2012-02-02 10:42:31.721 [NOTICE] [Child: 359079] Core dump is enabled.
2012-02-02 10:42:31.721 [NOTICE] [Child: 359079] Setup swapping space...
2012-02-02 10:42:31.721 [NOTICE] [Child: 359079] LiteSpeed/4.1.10 Enterprise starts successfully!
2012-02-02 10:42:32.202 [NOTICE] [AutoUpdate] Checking for new releases..., pid=359084
2012-02-02 10:42:32.221 [NOTICE] Start to clean up cache directory, pid=359085
2012-02-02 10:42:32.377 [INFO] [AutoUpdate] No new update.
2012-02-02 10:43:02.088 [INFO] [HTAccess] Updating configuration from [/home/fradmin/public_html/.htaccess]
2012-02-02 10:46:45.388 [INFO] Remove pid: 359174, exitcode: 0
2012-02-02 10:46:51.089 [NOTICE] [APVH_fradmin_Suphp:] stop worker processes
2012-02-02 10:48:11.115 [INFO] Remove pid: 359151, exitcode: 0
2012-02-02 10:48:30.606 [INFO] [HTAccess] Updating configuration from [/home/fradmin/public_html/.htaccess]
2012-02-02 10:48:40.626 [INFO] Remove pid: 360488, exitcode: 0
2012-02-02 10:48:41.030 [NOTICE] [APVH_fradmin_Suphp:] stop worker processes
I'm not sure what's going on, restarting LSWS does not fix the issue, it will clear after a few minutes on it's own, but then starts up again.
telnet localhost 2443 fails as well when it's happening. Just times out.