From 96edf63418181aad311faf197a56dc042d285945 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Nov 2012 08:01:07 +0100 Subject: php 5.4: improves php.conf, improves filter, apply ldap_r patch on fedora >= 18 only --- php.conf | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php.conf') diff --git a/php.conf b/php.conf index 82b206b..075ccaa 100644 --- a/php.conf +++ b/php.conf @@ -1,8 +1,9 @@ # # Cause the PHP interpreter to handle files with a .php extension. # -AddHandler php5-script .php -AddType text/html .php + + SetHandler application/x-httpd-php + # # Add index.php to the list of files that will be served as directory @@ -11,10 +12,12 @@ AddType text/html .php DirectoryIndex index.php # -# Uncomment the following line to allow PHP to pretty-print .phps +# Uncomment the following lines to allow PHP to pretty-print .phps # files as PHP source code: # -#AddType application/x-httpd-php-source .phps +# +# SetHandler application/x-httpd-php-source +# # # Apache specific PHP configuration options -- cgit