I have updated the PHP from PHP 5.6 to PHP 7.4. After the updated web Server apache, is down. The Error is
"httpd: Syntax error on line 39 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf.modules.d/php5.load: Cannot load modules/libphp5.so into server: /etc/httpd/modules/libphp5.so: cannot open shared object file: No such file or directory"
Line 39 on /etc/httpd/conf/httpd.conf: Include is like this "/etc/httpd/conf.modules.d/*.load"
Line 1 on /etc/httpd/conf.modules.d/php5.load is like this "LoadModule php5_module modules/libphp5.so"
Server version: Apache/2.4.6 (CentOS)