pico /etc/httpd/httpd.conf
DESCOMENTE A LINHA INCLUDE QUE SEGUE PARA O PHP.
original #Include /etc/httpd/mod_php.conf
alterar Include /etc/httpd/mod_php.conf
IfModule dir_module
DirectoryIndex index.html index.php
IfModule
RESTART O APACHE.
apachectl restart
COMANDO PARA HABILITAR O PHP.
pico /etc/httpd/php.ini
:: No arquivo procure a opção::
short_open_tag = On
display_erros = On