mod_fcgid:ap_pass_brigade 在handle_request_ipc 函式中失敗

mod_fcgid:ap_pass_brigade 在handle_request_ipc 函式中失敗

我已經為這個錯誤苦苦掙扎了好幾個星期:

(32)Broken pipe: mod_fcgid: ap_pass_brigade failed in handle_request_ipc function 

有時會出現此錯誤:

(104)Connection reset by peer: mod_fcgid: ap_pass_brigade failed in 
handle_request_ipc function

我必須說我不熟悉 FastCGI,所以我到處搜尋並嘗試了所有可能的解決方案,但沒有一個真正有效。即喜歡設定 FcgidMaxRequestsPerProcess 為 500

誰能向我解釋一下這個錯誤到底是什麼意思?也許有什麼建議。

我正在虛擬機器 debian Jessie 上運行 PHP 5.6 和 Apache 2.4

相關內容