From 673df822935f03baa115f1dc6f1a596399328156 Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Fri, 5 Aug 2011 22:55:43 -0400 Subject: [PATCH] adding apache2/templates/default/mods/php5.conf.erb --- apache2/templates/default/mods/php5.conf.erb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 apache2/templates/default/mods/php5.conf.erb diff --git a/apache2/templates/default/mods/php5.conf.erb b/apache2/templates/default/mods/php5.conf.erb new file mode 100644 index 000000000..5d2f9112f --- /dev/null +++ b/apache2/templates/default/mods/php5.conf.erb @@ -0,0 +1,16 @@ + + + SetHandler application/x-httpd-php + + + SetHandler application/x-httpd-php-source + + # To re-enable php in user directories comment the following lines + # (from to .) Do NOT set it to On as it + # prevents .htaccess files from disabling it. + + + php_admin_value engine Off + + +