I am having a hard time to figure out how to install the PHP7 modules for Apache 2.4 (httpd) in RedHat7. I've been looking in google and different sites, however is kind of hard to find documentation since this seems to be a weird issue due to my OS version.
php7 is already installed and running in my computer, and i am able to interpret php code via CLI.
I found this website that explains in details how install the module i need:
https://centos.pkgs.org/7/ius-x86_64/mod_php71u-7.1.28-1.ius.centos7.x86_64.rpm.html
It seems to be very clear that using the method indicated should work:
Install mod_php71u rpm package:
yum install mod_php71u
This is what i get after running yum.
No package mod_php71u available.
Error: Nothing to do
OS:
NAME="Red Hat Enterprise Linux Server"
VERSION="7.6 (Maipo)"
Any help is highly appreciated.