簡體   English   中英

Ubuntu apache 錯誤服務器達到 MaxRequestWorkers 增加到 1024

[英]Ubuntu apache error server reached MaxRequestWorkers on increase to 1024

需要幫助解決我的 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 不能解決這個問題,請幫助我出錯的地方。

對於那些發現這個問題的人,MaxRequestWorkers 的值應該等於或小於 ServerLimit 的值。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM