• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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