change back to prefork
This commit is contained in:
parent
78187a806c
commit
a29b27ee77
2 changed files with 4 additions and 6 deletions
|
@ -12,11 +12,11 @@
|
||||||
- name: Ensure MPM Worker module is disabled
|
- name: Ensure MPM Worker module is disabled
|
||||||
shell: a2dismod mpm_worker
|
shell: a2dismod mpm_worker
|
||||||
|
|
||||||
- name: Ensure MPM Pre-fork module is disabled
|
- name: Ensure MPM Event module is disabled
|
||||||
shell: a2dismod mpm_prefork
|
shell: a2dismod mpm_event
|
||||||
|
|
||||||
- name: Ensure MPM Event module is enabled
|
- name: Ensure MPM Pre-Fork module is enabled
|
||||||
shell: a2enmod mpm_event
|
shell: a2enmod mpm_prefork
|
||||||
|
|
||||||
- name: Enable Apache2 modules
|
- name: Enable Apache2 modules
|
||||||
community.general.apache2_module:
|
community.general.apache2_module:
|
||||||
|
|
|
@ -3,6 +3,4 @@
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- apache2
|
- apache2
|
||||||
- php-fpm
|
|
||||||
- libapache2-mod-fcgid
|
|
||||||
state: latest
|
state: latest
|
||||||
|
|
Loading…
Reference in a new issue