• 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.

mod_fcgid: read data timeout in 45 seconds

Azurel

Silver Pleskian
Hello,

I have a project thats need php time with 3min or more. Its make a urgent calculation and is a cronjob script. In my old server I have set this
set_time_limit(9999);
and all working fine.

On the new Server with plesk 11.5 I get a "Internal Server Error" and in error_log I find
mod_fcgid: read data timeout in 45 seconds
Premature end of script headers: index.php

I try
ini_set('max_execution_time',9999);
But thats not help.


How I can set more time for my php script?


I set this in PHP, because I need it only in this one urgent script.



I found a solution, so I think:
ini_set('memory_limit', '256M');
Source: http://www.daveismyname.com/development/fixing-mod_fcgid-read-data-timeout/
 
Last edited:
Hello,

Yes, Try to increase " FcgidIOTimeout " in /etc/httpd/conf.d/fcgid.conf and check again
 
Back
Top