(nginx?) timeout problem

Hi,
I tried to add language to IPS forum hosted on hestiacp, but (nginx proxy?) throw me “timeout”
[proxy_fcgi:error] [pid 27709] (70007)The timeout specified has expired

How its can be fixed?

Hello Daffyy,

I guess you have hestia installed with : Nginx, Apache2, Multi-php

If so create a optional include file ex: /home/USERNAME/conf/web/DOMAIN.TLD/apache2.conf_fcgi
with:
# FcgidIdleTimeout 600
# FcgidProcessLifeTime 600
# FcgidConnectTimeout 600
# FcgidIOTimeout 600
# Timeout 600
ProxyTimeout 600

Only “ProxyTimeout” should be required but you can test/uncomment the other options too if still doesn’t work

  • You might have to change the web template from ‘default’ to PHP7.x

Looong reply from server, but again timeout with all uncommented options form ur post :frowning:
web template (apache2) is php7.3
Language to IPS = Uploading xml file and app insert it into database / cache

@edit, domain is behind cloudflare, maybe cloudflare closing long connections, but on others www hosts uploading / processing language = fast, on hestiacp = slow and error :frowning:

Does anyone know how to solve the problem?

If no one reply, the unlucky answer is: no :(.

Its problem in apache2 fcgi or nginx proxy? Or something more?
:expressionless:

Solved

/etc/apache2/mods-enabled/fcgid.conf

FcgidIdleTimeout 600

FcgidProcessLifeTime 600

FcgidConnectTimeout 600

FcgidIOTimeout 600

ProxyTimeout 600

On my server its working if set globally, if in user apache2.conf_fcgi not