Commit 0196eca5 by Sofia Papagiannaki Committed by Daniel Lee

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

parent 7a8f2cd7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment