summarylogtreecommitdiffstats
path: root/apache.conf
diff options
context:
space:
mode:
authorMatt Harrison2019-12-24 10:28:00 -0500
committerMatt Harrison2019-12-24 10:28:00 -0500
commit96a24add14c5e948c7002f69e4a1907f114c14f4 (patch)
tree598003a2b79d254045e006deaf4c086f6aa0c71f /apache.conf
parent3d1a6721c14b5923e8b022df6c19be4db44b9c46 (diff)
downloadaur-96a24add14c5e948c7002f69e4a1907f114c14f4.tar.gz
Isolate php7.3 so it can be installed along side the php package
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 b516b5e66ffa..56bb1440a3c4 100644
--- a/apache.conf
+++ b/apache.conf
@@ -1,7 +1,7 @@
-# Required modules: dir_module, php7_module
+# Required modules: dir_module, php73_module
<IfModule dir_module>
- <IfModule php7_module>
+ <IfModule php73_module>
DirectoryIndex index.php index.html
<FilesMatch "\.php$">
SetHandler application/x-httpd-php