• 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.

FCGI Connection reset by peer

caomhan

New Pleskian
I have a an issue with my Plesk Server. When i visit a website located on my server i got 503 Errors. After 2 seconds it's working. The Error Log show this messages:
Code:
[Thu Jan 21 20:42:56.565802 2016] [fcgid:warn] [pid 3839] (104)Connection reset by peer: [client ...] mod_fcgid: error reading data from FastCGI server
[Thu Jan 21 20:42:56.565835 2016] [fcgid:warn] [pid 3839] (104)Connection reset by peer: [client ...] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function

I've read about to set FcgidBusyTimeout to 3600. But this is my actual value.

My FastCGI Settings:
Code:
  FcgidProcessLifeTime 3600
  FcgidIdleScanInterval 30
  FcgidZombieScanInterval 5

  FcgidMaxProcesses 180
  FcgidMinProcessesPerClass 0
  FcgidMaxProcessesPerClass 128
  FcgidMaxRequestsPerProcess 0
  FcgidMaxRequestLen 1288490188

  FcgidSpawnScoreUpLimit 10

  FcgidInitialEnv RAILS_ENV production

  FcgidIdleTimeout 300
  FcgidIOTimeout 300
  FcgidBusyTimeout 3600
  #FcgidOutputBufferSize 0

Anyone has similar problems? Can't get these solved...

Greetings,
Kevin
 
Back
Top