summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/apache/httpd.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/apache/httpd.conf b/etc/apache/httpd.conf
index 8203e31..f1dfa8a 100644
--- a/etc/apache/httpd.conf
+++ b/etc/apache/httpd.conf
@@ -41,7 +41,6 @@ LoadModule rewrite_module modules/mod_rewrite.so
LoadModule unixd_module modules/mod_unixd.so
LoadModule fcgid_module modules/mod_fcgid.so
LoadModule filter_module modules/mod_filter.so
-LoadModule php7_module /usr/lib64/php7.2/apache2/libphp7.so
LoadModule alias_module modules/mod_alias.so
LoadModule cache_module modules/mod_cache.so
LoadModule cache_disk_module modules/mod_cache_disk.so
@@ -99,7 +98,6 @@ SSLSessionTickets off
SSLUseStapling on
SSLStaplingCache shmcb:/tmp/stapling_cache(128000)
-AddType application/x-httpd-php .php
AddType text/xsl .xsl
AddType text/markdown .md