Apache - mod fcgid: read data timeout in 40 seconds

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2023
Перейти к:навигация, поиск
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Apache - mod fcgid: read data timeout in 40 seconds

Ошибки, которые возникают при работе с сайтом в логе Apache:

[Mon Mar 30 10:51:03.207790 2020] [fcgid:warn] [pid 28085] [client :57752] mod_fcgid: read data timeout in 40 seconds, referer: 
[Mon Mar 30 10:51:03.207889 2020] [core:error] [pid 28085] [client :57752] End of script output before headers: index.php, referer: 

означают, что конфиг файле модуля Apache - mod_fcgid - нужно увеличить значение параметра IPCCommTimeout:

# vi /etc/httpd/conf.d/fcgid.conf
IPCCommTimeout 300

и перезапустить Apache (пример для CentOS 7):

# systemctl restart httpd


IPCCommTimeout - Это максимальный период времени, в течение которого модуль будет ожидать при чтении или записи в приложение FastCGI.