Apache server keeps crashing, “caught SIGTERM, shutting down”

前端 未结 7 1444
失恋的感觉
失恋的感觉 2020-12-05 06:14

This just started happening three weeks or so ago. The content of my website hasn\'t changed, it\'s just a phpBB forum using MySQL as a backend.

Nothing has chang

7条回答
  •  温柔的废话
    2020-12-05 06:50

    I had mysterious SIGTERM shutdowns in our L.A.M.P. server, and it turned out to be an error in a custom PHP module, which was caused by mismatched versions. It was found by looking in the apache access/error logs at the time of malfunction. Don't forget to turn error logging on.

提交回复
热议问题