• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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