# Load the module first
LoadModule php5_module modules/libphp5.so
# Set it to handle the files
# NOTE: Avoiding AddHandler/AddType for security (bug #538822)
# NOTE: Please read the related news item!
SetHandler application/x-httpd-php
SetHandler application/x-httpd-php-source
DirectoryIndex index.php index.phtml