Fix up Apache MPM module selection.
This commit is contained in:
parent
844d6fbe88
commit
3000db5ed6
|
@ -25,9 +25,11 @@ apache_include_module:
|
||||||
apache_module.enabled:
|
apache_module.enabled:
|
||||||
- name: include
|
- name: include
|
||||||
|
|
||||||
apache_mpm_module:
|
apache_mpm_prefork_module:
|
||||||
apache_module.disabled:
|
apache_module.disabled:
|
||||||
- name: mpm_prefork
|
- name: mpm_prefork
|
||||||
|
|
||||||
|
apache_mpm_event_module:
|
||||||
apache_module.enabled:
|
apache_module.enabled:
|
||||||
- name: mpm_event
|
- name: mpm_event
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue