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:
|
||||
- name: include
|
||||
|
||||
apache_mpm_module:
|
||||
apache_mpm_prefork_module:
|
||||
apache_module.disabled:
|
||||
- name: mpm_prefork
|
||||
|
||||
apache_mpm_event_module:
|
||||
apache_module.enabled:
|
||||
- name: mpm_event
|
||||
|
||||
|
|
Loading…
Reference in New Issue