summaryrefslogtreecommitdiffstats
path: root/php.modconf
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-09 15:36:00 +0200
committerRemi Collet <remi@remirepo.net>2020-04-09 15:36:00 +0200
commit1cb3e4f757727a3584f5aac738cc3ca92762da5e (patch)
tree9581dadd391abf401142f989640fd434b30562ad /php.modconf
parent615a5edd3272c380b5c911b459794d82e4857c96 (diff)
update to 8.0.0-dev
Diffstat (limited to 'php.modconf')
-rw-r--r--php.modconf8
1 files changed, 5 insertions, 3 deletions
diff --git a/php.modconf b/php.modconf
index 3377f72..6f678e6 100644
--- a/php.modconf
+++ b/php.modconf
@@ -3,10 +3,12 @@
# easy for developers to write dynamically generated webpages.
#
-# Cannot load both php5 and php7 modules
+# Cannot load both php5, php7 and php modules
<IfModule !mod_php5.c>
- <IfModule prefork.c>
- LoadModule php7_module modules/libphp7.so
+ <IfModule !mod_php7.c>
+ <IfModule prefork.c>
+ LoadModule php_module modules/libphp.so
+ </IfModule>
</IfModule>
</IfModule>