summarylogtreecommitdiffstats
path: root/apache.conf
diff options
context:
space:
mode:
authorJanusz Lewandowski2016-03-12 00:56:34 +0100
committerJanusz Lewandowski2016-03-12 00:56:34 +0100
commitdbe76cdb7e28c1c567ea6323abbb3389c82b9671 (patch)
treed383746d2141eae710c455bd6db634b5956ba207 /apache.conf
parent4030e599fe3e998954d8dde08fb6ebcda407d8c0 (diff)
downloadaur-dbe76cdb7e28c1c567ea6323abbb3389c82b9671.tar.gz
Update to PHP 7.0.4.
Diffstat (limited to 'apache.conf')
-rw-r--r--apache.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/apache.conf b/apache.conf
index c3ca0aad509e..b516b5e66ffa 100644
--- a/apache.conf
+++ b/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