Use mpm event
This commit is contained in:
parent
f0c22f3d0e
commit
fd0d88393e
2 changed files with 4 additions and 1 deletions
|
@ -25,6 +25,7 @@
|
||||||
loop:
|
loop:
|
||||||
- rewrite
|
- rewrite
|
||||||
- ssl
|
- ssl
|
||||||
|
- proxy_fcgi
|
||||||
|
|
||||||
|
|
||||||
- name: Ensure default vhost root exists
|
- name: Ensure default vhost root exists
|
||||||
|
|
|
@ -3,4 +3,6 @@
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- apache2
|
- apache2
|
||||||
state: latest
|
- php-fpm
|
||||||
|
- libapache2-mod-fcgid
|
||||||
|
state: latest
|
||||||
|
|
Loading…
Reference in a new issue