Skip to main content

Posts

Showing posts from July, 2021

mod_fcgid: read data timeout in 45 seconds and Premature end of script headers: index.php

Errors - mod_fcgid: read data timeout in 45 seconds and Premature end of script headers: index.php - 500 internal server error on Plesk: mod_fcgid: read data timeout   -In Plesk- domains >> example.com >> Apache & Nginx settings (Impostazioni Apache & nginx) In "Additional directives for HTTPS" (Direttive aggiuntive per HTTPS) Add: <IfModule mod_fcgid.c>     FcgidIOTimeout 300 </IfModule>     ----------------------------- Nginx Directives ( Direttive Nginx aggiuntive) proxy_connect_timeout 300s; proxy_send_timeout 300s; proxy_read_timeout 300s; fastcgi_send_timeout 300s; fastcgi_read_timeout 300s;