Add LoadModule statements to the httpd config

This commit is contained in:
Maciej Pędzich 2024-08-16 09:38:57 +02:00
parent 0766e72986
commit b88f219936
Signed by: maciejpedzich
GPG Key ID: CE4A303D84882F0D

View File

@ -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 # 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 LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" mycustom