PHP and mod_fcgid: ap_pass_brigade failed in handle_request_ipc function


But My Problem resolve by this option:

Above options have tweaked my server but after some time the errors seems comming again but the error is really resolve by this:

 FcgidOutputBufferSize   65536 [default]

I have change it to

 FcgidOutputBufferSize   0

<IfModule mod_fcgid.c>
  FcgidProcessLifeTime 8200
  FcgidIOTimeout 8200
  FcgidConnectTimeout 400
  FcgidMaxRequestLen 1073741824
  FcgidMaxRequestsPerProcess 1500
  FcgidMaxProcessesPerClass 100
  FcgidFixPathinfo 1
  FcgidIdleTimeout 900
  FcgidIdleScanInterval 120
  FcgidBusyTimeout 300
  FcgidBusyScanInterval 120
  FcgidErrorScanInterval 9
  FcgidZombieScanInterval 9
</IfModule>



Reference:
https://stackoverflow.com/questions/33811543/php-and-mod-fcgid-ap-pass-brigade-failed-in-handle-request-ipc-function


Article ID: 36
Created On: Mon, Sep 28, 2020 at 1:47 AM
Last Updated On: Thu, Jan 27, 2022 at 4:14 PM
Authored by: Saeed Nobakht [[email protected]]

Online URL: https://www.navel.ir/article/php-and-mod_fcgid-ap_pass_brigade-failed-in-handle_request_ipc-function-36.html