I installed 7.1 and apache is working fine, I used the php rpm included in the 7.1 install.
My httpd.conf includes the following lines:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
But the source for my *.php pages are still being displayed.
What am I missing?