PHP
Basic Setup
To enable PHP, activate the following option in the apache config
# Uncomment the following line to enable PHP:
#
Include /etc/httpd/mod_php.conf
If you want index.php to be the default index page, configure it in this option:
<IfModule dir_module>
DirectoryIndex index.php
</IfModule>