From 0ed79bdc73e17bf449d3fcae2926679e03d9e952 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Mar 2015 13:09:16 +0100 Subject: php70-php: fix mod_php configuration --- php.modconf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'php.modconf') diff --git a/php.modconf b/php.modconf index 87f97c9..3377f72 100644 --- a/php.modconf +++ b/php.modconf @@ -2,7 +2,11 @@ # PHP is an HTML-embedded scripting language which attempts to make it # easy for developers to write dynamically generated webpages. # - - LoadModule php5_module modules/libphp5.so + +# Cannot load both php5 and php7 modules + + + LoadModule php7_module modules/libphp7.so + -- cgit