Apache 在回應請求時有時會掛起

Apache 在回應請求時有時會掛起

我有一個在 Windows 環境下工作的 Apache Web 伺服器。它工作順利,但有時即使在低負載時,也無法滿足上述請求,但當使用者在瀏覽器中刷新 URL 時會快速加載頁面。

我的 mpm_winnt_module 配置如下-

    ThreadLimit            3072
    ThreadsPerChild        3072
    MaxConnectionsPerChild   0

KeepAlive Off

並且

AcceptFilter http none
AcceptFilter https none

在 Apache 中,mod_status 顯示有大量工作人員處於空閒狀態。但頁面載入有時會停止,有時會逾時,但很快刷新後就會順利載入。

相關內容