From b88f2199365881ab40356425a2920de6ef21a004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Fri, 16 Aug 2024 09:38:57 +0200 Subject: [PATCH] Add LoadModule statements to the httpd config --- httpd.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/httpd.conf b/httpd.conf index a9c7f5d..d95103b 100644 --- a/httpd.conf +++ b/httpd.conf @@ -1,3 +1,7 @@ +LoadModule mpm_event_module modules/mod_mpm_event.so +#LoadModule mpm_prefork_module modules/mod_mpm_prefork.so +#LoadModule mpm_worker_module modules/mod_mpm_worker.so + # Fields to record - use X-Forward-For instead of client IP so that we get the actual clients IP LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" mycustom