Ubuntu apache错误服务器达到MaxRequestWorkers后增加到1024

时间:2017-07-27 07:54:42

标签: php apache ubuntu server

需要帮助解决我的apache错误,

我从错误日志文件

中收到这些错误
[Thu Jul 27 12:16:05.788246 2017] [mpm_prefork:notice] [pid 18180] AH00169: caught SIGTERM, shutting down
[Thu Jul 27 12:19:54.149332 2017] [mpm_prefork:error] [pid 19376] AH00161: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting

我的设置(mpm_prefork.conf):

<IfModule mpm_prefork_module>
    StartServers                     5
    MinSpareServers           5
    MaxSpareServers          10
    MaxRequestWorkers         1024
    ServerLimit               256
    MaxConnectionsPerChild   0
</IfModule>

增加MaxRequestWorkers无法解决这个问题,请在我出错的地方提供帮助。

0 个答案:

没有答案