mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update Apache configuration to work with MPMs as shared modules (#19900)
This commit is contained in:
parent
7a8f2cd75d
commit
0196eca5ac
@ -154,6 +154,7 @@ For this example we use the official Apache docker image available at [Docker Hu
|
|||||||
```bash
|
```bash
|
||||||
ServerRoot "/usr/local/apache2"
|
ServerRoot "/usr/local/apache2"
|
||||||
Listen 80
|
Listen 80
|
||||||
|
LoadModule mpm_event_module modules/mod_mpm_event.so
|
||||||
LoadModule authn_file_module modules/mod_authn_file.so
|
LoadModule authn_file_module modules/mod_authn_file.so
|
||||||
LoadModule authn_core_module modules/mod_authn_core.so
|
LoadModule authn_core_module modules/mod_authn_core.so
|
||||||
LoadModule authz_host_module modules/mod_authz_host.so
|
LoadModule authz_host_module modules/mod_authz_host.so
|
||||||
|
Loading…
Reference in New Issue
Block a user