On 06/15/16 00:28, Rick Stevens wrote:
Do you have modphp installed and a section in your Apache config to the effect:
<FilesMatch \.php$> SetHandler application/x-httpd-php </FilesMatch>to cause Apache to actually execute the PHP?
The installation of php placed a file named php.conf in /etc/httpd/conf.d containing that stanza. Also, it placed a file named 10-php.conf in /etc/httpd/conf.modules.d which I believe causes the needed modules to be loaded.