You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Rose, John B" <jb...@utk.edu> on 2015/12/10 22:59:40 UTC

[users@httpd] Service Unavailable - proxy_fcgi:error

Apache 2.4
PHP-FPM

It looks like we need to increase the proxy timeout before the ProxyPassMatch statement within a virtual host. If I understand correctly, if not specified, the proxy timeout is set to the TimeOut value

Is one of these the preferred method?

ProxyTimeOut  somevalue

Or ...

<proxy>
 ProxySet min=0
 ProxySet timeout=somevalue
</proxy>

Or ...

Some other method?

Thanks