summarylogtreecommitdiffstats
path: root/apache.conf
diff options
context:
space:
mode:
authorWilliam Gathoye2019-02-11 10:47:11 +0100
committerWilliam Gathoye2019-02-11 12:44:56 +0100
commit34f31391f9ced7be094ea4f44436fd87c70c9560 (patch)
tree03e6a64f96b6350663cc4fdbce9b7532e9e6fdbe /apache.conf
parent7b4b62774789582eddfcaafb477b652002570802 (diff)
downloadaur-34f31391f9ced7be094ea4f44436fd87c70c9560.tar.gz
Rewrite package and upgrade to 7.1.26
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