几年来,我一直在 VPS 上非常成功地使用 lighttpd,但自从 9 月 30 日从 Ubuntu 14.04 升级到 16.04.1 后,我遇到了障碍。(我的 lighttpd 现在是 1.4.35。)两次,在尝试访问我的网站时,我发现即使服务器本身仍在运行,lighttpd 也没有运行。一旦我再次启动它,lighttpd 运行良好。对于第二个事件,我的 lighttpd 错误日志中只有:
2016-10-09 14:10:57: (connections.c.1702) SSL: 1 -1 error:140E0197:SSL routines:SSL_shutdown:shutdown while in init
2016-10-10 02:12:55: (connections.c.305) SSL: 1 error:1408A10B:SSL routines:ssl3_get_client_hello:wrong version number
2016-10-10 02:14:01: (connections.c.305) SSL: 1 error:1408A0C1:SSL routines:ssl3_get_client_hello:no shared cipher
2016-10-10 06:48:22: (connections.c.305) SSL: 1 error:140943E8:SSL routines:ssl3_read_bytes:reason(1000)
2016-10-10 06:48:22: (connections.c.1702) SSL: 1 -1 error:140E0197:SSL routines:SSL_shutdown:shutdown while in init
2016-10-10 07:01:39: (connections.c.1702) SSL: 1 -1 error:140E0197:SSL routines:SSL_shutdown:shutdown while in init
2016-10-10 07:35:02: (server.c.1558) server stopped by UID = 0 PID = 7365
2016-10-10 07:35:02: (log.c.164) server started
2016-10-10 07:35:02: (server.c.1558) server stopped by UID = 0 PID = 1
breakage.log
是空的。
关于我如何弄清楚是什么杀死了这个过程的任何提示?PID 1 是 systemd,但 PID 7365 现在已经死了,我不知道它是什么。