Thank you Sir! I had already tried restarting it and it was running. Ran your command and got the green active signal - so it is running. The site will execute html, but nothing that is PHP.
Oh, wait a minute... What do you make of this:
php-fpm82.service - The PHP FastCGI Process Manager
Loaded: loaded (/usr/lib/systemd/system/php-fpm82.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2024-01-03 01:57:08 EST; 15h ago
Process: 15912 ExecReload=/bin/kill -USR2 $MAINPID (code=exited, status=0/SUCCESS)
Main PID: 2095 (php-fpm)
CGroup: /system.slice/php-fpm82.service
└─2095 php-fpm: master process (/opt/alt/php-fpm82/usr/etc/php-fpm.conf)
Jan 03 16:46:17 helium11.domain.com systemd[1]: Reloading The PHP FastCGI Process Manager.
Jan 03 16:46:17 helium11.domain.com systemd[1]: Can't open PID file /opt/alt/php-fpm82/usr/var/run/php-fpm.pid (yet?) after reload: No such file or directory
Jan 03 16:46:17 helium11.domain.com systemd[1]: Reloaded The PHP FastCGI Process Manager.
Jan 03 16:46:18 helium11.domain.com php-fpm[2095]: [03-Jan-2024 16:46:18] NOTICE: PHP message: PHP Warning: PHP Startup: uploadprogress: Unable to initialize module
Jan 03 16:46:18 helium11.domain.com php-fpm[2095]: Module compiled with module API=20210902
Jan 03 16:46:18 helium11.domain.com php-fpm[2095]: PHP compiled with module API=20220829
Jan 03 16:46:18 helium11.domain.com php-fpm[2095]: These options need to match
Jan 03 16:46:18 helium11.domain.com php-fpm[2095]: in Unknown on line 0
Jan 03 16:46:18 helium11.domain.com php-fpm[2095]: [03-Jan-2024 16:46:18] NOTICE: using inherited socket fd=8, "/opt/alt/php-fpm82/usr/var/sockets/cwpsvc.sock"
Jan 03 16:46:18 helium11.domain.com php-fpm[2095]: Module compiled with module API=20210902
Jan 03 16:46:18 helium11.domain.com php-fpm[2095]: PHP compiled with module API=20220829
Jan 03 16:46:18 helium11.domain.com php-fpm[2095]: These options need to match
The above looks like a candidate as to why it is not executing anything as those versions do not match... Any thoughts or suggestions? Thanks in advance for your help!