Apache error [notice] Parent: child process exited with status 3221225477 — Restarting

前端 未结 13 897
别跟我提以往
别跟我提以往 2020-11-29 04:55

I\'m using PHP5, CodeIgniter and Apache. The localhost php pages were loading fine and then suddenly they started crashing Apache.

The web pages seem to get to diff

13条回答
  •  不知归路
    2020-11-29 05:16

    I just had this problem for a while, apache restarted in every 5-15 minutes. My server serves a lot of sites and a portal with a big traffic, I programmed that portal and I just figured it out that the get_browser() function gives a memory error sometimes (depends on the agent). I refreshed the browscap.ini, no effect, the restarting still happens but as far as I removed to use this function, the apache didn't restart anymore. I use PHP 5.2.6 with Apache 2.0.5x I hope this helps for some other people too.

提交回复
热议问题