<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body dir="auto"><div dir="auto">A white screen indicates some failure in the PHP processor.  That is not an nginx error, rather a problem with PHP that caused a fatal processing error.  Check your PHP logs or enable error reporting to the page in PHP so that it spits out the error data you need to understand why it fauled processing.  ('fastcgi_intercept_errors on;' might help in the PHP block to report the errors to the nginx error logs so you can see the error cause.)</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div id="composer_signature" dir="auto"><div style="font-size:85%;color:#575757" dir="auto">Sent from my Sprint Samsung Galaxy Note10+.</div></div><div dir="auto"><br></div><div><br></div><div align="left" dir="auto" style="font-size:100%;color:#000000"><div>-------- Original message --------</div><div>From: Ken Wright <wizard@koalatyworks.com> </div><div>Date: 3/14/21  12:45  (GMT-05:00) </div><div>To: nginx@nginx.org </div><div>Subject: Re: Nginx with PHP8.0? </div><div><br></div></div><br><br>On Sat, 2021-03-13 at 21:18 +0200, Christos Chatzaras wrote:<br>> <br>> > On 13 Mar 2021, at 20:58, Ken Wright <wizard@koalatyworks.com><br>> > wrote:<br>> > <br>> > I recently upgraded from php7.4 to php8.0 and I find some of my<br>> > applications no longer operate.  When I checked the error log, I<br>> > found<br>> > the problem:  the applications are still look for php7.4-fpm.sock,<br>> > which no longer exists.  I tried reinstalling php7.4, but with no<br>> > success.  Can anyone help me solve this issue?<br>> <br>> Did you change fastcgi_pass socket path in your virtual host?<br>> <br>I checked all the virtual hosts, and they all have been updated. <br>Still, some apps run and some don't.  I finally got Nextcloud running,<br>sort of, but others are still failing to start with just a white<br>screen.<br><br>Ken<br></body></html>