So I’m looking to get a program running on virtualhosts and thought the presence of php74 may help, added a repo to install it, yum updated and it was installed. However even when running signal-event nethserver-httpd-update it still didn’t appear as an option in the php list for a virtual host.
Furthermore now httpd won’t start because apparently php56 is end of life and it went ahead and removed some files after I did a bit of digging into var/log/messages:
Syntax error on line 56 of /etc/httpd/conf/httpd.conf: Syntax error on line 6 of /etc/httpd/conf.modules.d/10-php.conf: Cannot load modules/libphp5.so into server: /etc/httpd/modules/libphp5.so: cannot open shared object file: No such file or directory
Tried to reinstall php56, which apparently was never fully uninstalled and it says this:
Installed package php56-3.0-1.el7.remi.x86_64 (from remi-safe) not available.
I don’t really want php56 if it’s end of life, but I suspect there’s a reason you don’t have php74 present as I do already have php8 installed and working.
Does httpd-admin and httpd absolutely need php56?
How do I remedy this as all my goodies have stopped working "nextcloud, viritualhosts, reverse proxy’s etc etc…
Thanks.