Home » Categories » Apache » Configuration

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 Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
 
Attachments (1) Attachments
Comments Comments
There are no comments for this article. Be the first to post a comment.
Related Articles RSS Feed
Hide X-Powered-By: PHP
Viewed 589 times since Tue, Sep 15, 2020
PageSpeed: Enable Keep-Alive
Viewed 388 times since Tue, Mar 1, 2022
How to Change the Apache Error Messages
Viewed 482 times since Fri, Feb 25, 2022
PHP Warning: PHP Startup: Unable to load dynamic library ’curl’
Viewed 780 times since Thu, Feb 3, 2022