Use mpm event

This commit is contained in:
Antonio J. Delgado 2023-02-10 14:42:51 +02:00
parent f0c22f3d0e
commit fd0d88393e
2 changed files with 4 additions and 1 deletions

View file

@ -25,6 +25,7 @@
loop:
- rewrite
- ssl
- proxy_fcgi
- name: Ensure default vhost root exists

View file

@ -3,4 +3,6 @@
apt:
name:
- apache2
- php-fpm
- libapache2-mod-fcgid
state: latest