• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

FastCGI error

Status
Not open for further replies.

DougCurtis

Basic Pleskian
I am seeing a fastcgi error in the apache error log that is throwing 500 errors:

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

I've run into this before and adjusting the settings in /etc/httpd/conf.d/fcgid.conf fixed it but I'm not having any luck on this server.

I've got php 5.3, 5.4 and 5.5 installed. The site works fine when php 5.3 is selected but not when 5.4 or 5.5 are selected.

Here are my fcgid.conf settings:

FcgidIdleTimeout 120
FcgidIdleScanInterval 60
FcgidProcessLifeTime 3600
FcgidMaxProcesses 1000
FcgidMaxProcessesPerClass 50
FcgidMinProcessesPerClass 0
FcgidConnectTimeout 8
FcgidIOTimeout 60
FcgidInitialEnv RAILS_ENV production
FcgidMaxRequestsPerProcess 500
FcgidMaxRequestLen 1073741824

Thanks
 
Last edited:
I FINALLY found the issue. I had to set FcgidOutputBufferSize to 0 in /etc/httpd/conf.d/fcgid.conf

I hope this helps someone else because it's been driving me nuts for days.

Doug
 
Status
Not open for further replies.
Back
Top