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
|