Apache shutdown - Couldn't grab mutex

前端 未结 4 704
无人及你
无人及你 2020-12-29 11:22

For some reasons unknow to me, Apache is crashing.

This is the apache log at the moment of the crash:

[Sat Jun 02 02:38:05.196006 2018] [mpm_prefork:         


        
4条回答
  •  生来不讨喜
    2020-12-29 11:56

    You haven't shared the complete log trace. It could be:

    [Sun Jul 21 15:49:43 2019] [error] (12)Cannot allocate memory: fork: Unable to fork new process

    This is due to low memory and apache failed to create new processes. It also depends on the number of processes you have configured it to fork. It happens when there is too much traffic on to the website.

提交回复
热议问题