Browse Source

Fix mod_fastcgi state/repo

master
noelmcloughlin 6 years ago
parent
commit
2c21dc0df6
2 changed files with 4 additions and 3 deletions
  1. +2
    -2
      README.rst
  2. +2
    -1
      apache/mod_fastcgi.sls

+ 2
- 2
README.rst View File

``apache.mod_fcgid`` ``apache.mod_fcgid``
-------------------- --------------------


Installs and enables the mod_fcgid module
Installs and enables the mod_fcgid module (Debian only)


``apache.mod_fastcgi`` ``apache.mod_fastcgi``
-------------------- --------------------
This state can create symlinks based on basic Core Rules package. (Debian only) This state can create symlinks based on basic Core Rules package. (Debian only)
Or it can distribute a mod_security rule file and place it /etc/modsecurity/ Or it can distribute a mod_security rule file and place it /etc/modsecurity/


``mod_socache_shmcb``
``apache.mod_socache_shmcb``
--------------------- ---------------------


Enables mod_socache_shmcb. (FreeBSD only) Enables mod_socache_shmcb. (FreeBSD only)

+ 2
- 1
apache/mod_fastcgi.sls View File



repo-fastcgi: repo-fastcgi:
pkgrepo.managed: pkgrepo.managed:
- name: "deb http://httpredir.debian.org/debian {{ grains['oscodename'] }}"
- name: "deb http://ftp.us.debian.org/debian {{ grains['oscodename'] }}"
- file: /etc/apt/sources.list.d/non-free.list - file: /etc/apt/sources.list.d/non-free.list
- onlyif: grep Debian /proc/version >/dev/null 2>&1
- comps: non-free - comps: non-free


a2enmod fastcgi: a2enmod fastcgi:

Loading…
Cancel
Save