Add LoadModule directives to fix No MPM Loaded error

This commit is contained in:
Maciej Pędzich 2024-07-26 16:42:46 +02:00
parent 4c56bb2b75
commit eea301e3fd
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
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>