summaryrefslogtreecommitdiffstats
path: root/abs/core/php/apache.conf
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/php/apache.conf')
-rw-r--r--abs/core/php/apache.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/php/apache.conf b/abs/core/php/apache.conf
index c3ca0aa..b516b5e 100644
--- a/abs/core/php/apache.conf
+++ b/abs/core/php/apache.conf
@@ -1,7 +1,7 @@
-# Required modules: dir_module, php5_module
+# Required modules: dir_module, php7_module
<IfModule dir_module>
- <IfModule php5_module>
+ <IfModule php7_module>
DirectoryIndex index.php index.html
<FilesMatch "\.php$">
SetHandler application/x-httpd-php