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にあまり詳しくないので、Googleであらゆる解決策を試しましたが、どれもうまくいきませんでした。たとえば、設定など FcgidMaxRequestsPerProcess を 500 にする

このエラーが正確に何を意味するのかを誰か説明してもらえますか? また、何か提案があれば教えてください。

私はPHP 5.6とApache 2.4を搭載したVM、Debian Jessieで実行しています。

関連情報