PHP 8.1 Update Breaks Apache
When I updated from PHP 8.0 to 8.1 Apache restart failed. I then rebooted the server and apache restarted but sub domains and sub sites are not accessable. I get the following error: Not Found The requested URL was not found on this server. Apache/2.4.41 (Ubuntu) Server at 172.190.50.93 Port 80
Here is the error log: [Sun Jul 09 04:11:40.094284 2023] [mpm_prefork:notice] [pid 721] AH00163: Apache/2.4.41 (Ubuntu) configured -- resuming normal operations [Sun Jul 09 04:11:40.094364 2023] [core:notice] [pid 721] AH00094: Command line: '/usr/sbin/apache2' [Sun Jul 09 04:20:01.265215 2023] [mpm_prefork:notice] [pid 721] AH00171: Graceful restart requested, doing restart [Sun Jul 09 04:20:01.340088 2023] [mpm_prefork:notice] [pid 721] AH00163: Apache/2.4.41 (Ubuntu) configured -- resuming normal operations [Sun Jul 09 04:20:01.340103 2023] [core:notice] [pid 721] AH00094: Command line: '/usr/sbin/apache2' [Sun Jul 09 13:46:45.437938 2023] [php:error] [pid 10417] [client 159.203.29.227:54862] script '/var/www/html/1.php' not found or unable to stat [Mon Jul 10 00:44:12.920531 2023] [php:error] [pid 118567] [client 170.64.178.140:34576] script '/var/www/html/upl.php' not found or unable to stat [Mon Jul 10 00:44:15.055292 2023] [php:error] [pid 10417] [client 170.64.178.140:34630] script '/var/www/html/1.php' not found or unable to stat
Any advice on how to fix?
#250