########### # WARNING # ########### # # This file is provided for backwards compatibility only. The Apache # PHP configuration is now located in 70_mod_php.conf and requires you # to set -DPHP in your Apache conf.d file. Please examine # 70_mod_php.conf and update your Apache configuration to use -DPHP # instead of -DPHP5. Afterwards you may delete this file. # # 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