summarylogtreecommitdiffstats
path: root/apache.conf
diff options
context:
space:
mode:
Diffstat (limited to 'apache.conf')
-rw-r--r--apache.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/apache.conf b/apache.conf
index e0478fba9e10..dd5acf40b589 100644
--- a/apache.conf
+++ b/apache.conf
@@ -1,7 +1,7 @@
-# Required modules: dir_module, php71_module
+# Required modules: dir_module, php7_module
<IfModule dir_module>
- <IfModule php71_module>
+ <IfModule php7_module>
DirectoryIndex index.php index.html
<FilesMatch "\.php$">
SetHandler application/x-httpd-php
@@ -10,4 +10,4 @@
SetHandler application/x-httpd-php-source
</FilesMatch>
</IfModule>
-</IfModule>
+</IfModule> \ No newline at end of file