Home CGI mod_fcgid: ap_pass_brigade failed in handle_request_ipc function ERROR

mod_fcgid: ap_pass_brigade failed in handle_request_ipc function ERROR

451
0

Il problema “mod_fcgid: ap_pass_brigade failed in handle_request_ipc function ERROR” sono tanti i fattori che possono portare nel listato log questo problema che dato dal fatto che la memoria della macchina non riesce ad assimilare,

I sintomi medi di questo problema sono:

  • Impossibile scaricare un file di grandi dimensioni da un sito Web ospitato su Plesk.
  • La velocità di download non è elevata.

Soluzione

  • Accedi a Plesk.
  • Vai su Domini > esempio.com > Impostazioni PHP.
  • Aumentare il valore max_execution_time.
  • Vai su Domini > example.com > Impostazioni Apache e Nginx.
  • Aggiungi le seguenti direttive in Direttive aggiuntive per HTTP e Direttive aggiuntive per HTTPS:
<IfModule mod_fcgid.c>
FcgidMaxRequestsPerProcess 500
FcgidBusyTimeout 3600
FcgidMaxRequestLen 1073741824
FcgidProcessLifeTime 7200
</IfModule>
Previous articleCome creare un permalink stile wordpress in php
Next articleOttenere il nome del dominio di un URL in Javascript

LEAVE A REPLY

Please enter your comment!
Please enter your name here