Update Apache configuration to work with MPMs as shared modules (#19900)

This commit is contained in:
Sofia Papagiannaki 2019-10-22 11:22:24 +02:00 committed by Daniel Lee
parent 7a8f2cd75d
commit 0196eca5ac

View File

@ -154,6 +154,7 @@ For this example we use the official Apache docker image available at [Docker Hu
```bash
ServerRoot "/usr/local/apache2"
Listen 80
LoadModule mpm_event_module modules/mod_mpm_event.so
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authn_core_module modules/mod_authn_core.so
LoadModule authz_host_module modules/mod_authz_host.so