dd
This commit is contained in:
parent
f5c46dbd0d
commit
31f8ad62c9
1 changed files with 7 additions and 1 deletions
|
@ -56,7 +56,13 @@
|
||||||
group: root
|
group: root
|
||||||
notify: "restart apache2"
|
notify: "restart apache2"
|
||||||
|
|
||||||
- name: "apache2: enable fgcid"
|
- name: "apache2: enable rewrite"
|
||||||
|
community.general.apache2_module:
|
||||||
|
state: present
|
||||||
|
name: rewrite
|
||||||
|
notify: "restart apache2"
|
||||||
|
|
||||||
|
- name: "apache2: enable rewrite"
|
||||||
community.general.apache2_module:
|
community.general.apache2_module:
|
||||||
state: present
|
state: present
|
||||||
name: fcgid
|
name: fcgid
|
||||||
|
|
Loading…
Reference in a new issue