summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-03-22 15:55:00 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2022-03-22 15:55:00 +0000
commit4fd6ce3db5da9720a24e832efa4a6cc3369f6c29 (patch)
tree8296745ffa44b646274a9ed397dff45db01ace61
parentSwap git mirroring script for crontab and makefile (diff)
downloadconfig-4fd6ce3db5da9720a24e832efa4a6cc3369f6c29.tar.bz2
config-4fd6ce3db5da9720a24e832efa4a6cc3369f6c29.tar.xz
config-4fd6ce3db5da9720a24e832efa4a6cc3369f6c29.zip
Enable systemd Apache module
-rw-r--r--etc/apache/httpd.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/apache/httpd.conf b/etc/apache/httpd.conf
index 2ad2bf3..d01b175 100644
--- a/etc/apache/httpd.conf
+++ b/etc/apache/httpd.conf
@@ -55,6 +55,7 @@ LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule remoteip_module modules/mod_remoteip.so
LoadModule markdown_module modules/mod_markdown.so
LoadModule macro_module modules/mod_macro.so
+LoadModule systemd_module modules/mod_systemd.so
include /etc/apache2/modules.d/00_mod_autoindex.conf
Include /etc/apache2/modules.d/75_mod_perl.conf