Only yesterday one of the website (wordpress) was working fine on PHP 7.4.8 and FastCGI Application server by Apache.
Somewhere around midnight Pinguzo warned System Load > 15 Minute Load
Since the website failed to load and consistently kept throwing 503 Service Temporarily Unavailable error. After having played around with different setup, set the PHP version to 7.3.20/FPM Application served by apache and this works but this is not what we want. We want to run it like before i.e. on FastCGI and latest PHP version.
Whole heap of 9981#0: *14790 connect() failed (111: Connection refused) while connecting to upstream nginx error was reported when changed to the latest version of PHP.
Somewhere around midnight Pinguzo warned System Load > 15 Minute Load
Since the website failed to load and consistently kept throwing 503 Service Temporarily Unavailable error. After having played around with different setup, set the PHP version to 7.3.20/FPM Application served by apache and this works but this is not what we want. We want to run it like before i.e. on FastCGI and latest PHP version.
Whole heap of 9981#0: *14790 connect() failed (111: Connection refused) while connecting to upstream nginx error was reported when changed to the latest version of PHP.