summarylogtreecommitdiffstats
path: root/apache.conf
diff options
context:
space:
mode:
Diffstat (limited to 'apache.conf')
-rw-r--r--apache.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/apache.conf b/apache.conf
index 945574788ed4..8f56901ff4eb 100644
--- a/apache.conf
+++ b/apache.conf
@@ -1,6 +1,7 @@
-# Required modules: dir_module, php7_module
+# Required modules: dir_module, php8_module
+
<IfModule dir_module>
- LoadModule php7_module modules/libphp7.so
+ LoadModule php8_module modules/libphp.so
DirectoryIndex index.php index.html
<FilesMatch "\.php$">
SetHandler application/x-httpd-php