• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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