How to install php7 on RHEL 7.3?

Hello All:

I am install NC 11 from scratch on RHEL7 with php7 installed but seems like my apache is not recognizing php7 been installed. I have followed PHP support in Red Hat Enterprise Linux - Red Hat Customer Portal on how to do it because I have run into issue with php5.5 and.6 during install just like this post is describing Outdated install instructions for CentOS regarding php 5.6 路 Issue #291 路 nextcloud/documentation 路 GitHub . Any ideas?

So far waht I am getting when trying to reach http://myserver.com/nextcloud/

Your tutorial is for subscribers only. The upgrade procedure from the nextcloud documentation at some point does:

Disable loading the old PHP Apache modules by changing their names:

mv /etc/httpd/conf.d/php.conf /etc/httpd/conf.d/php54.off
mv /etc/httpd/conf.modules.d/10-php.conf /etc/httpd/conf.modules.d/10-php54.off

Copy the PHP 5.5 Apache modules into place:

cp /opt/rh/httpd24/root/etc/httpd/conf.d/php55-php.conf /etc/httpd/conf.d/
cp /opt/rh/httpd24/root/etc/httpd/conf.modules.d/10-php55-php.conf /etc/httpd/conf.modules.d/
cp /opt/rh/httpd24/root/etc/httpd/modules/libphp55-php5.so /etc/httpd/modules/

Perhaps your tutorial has an equivalent step.