瀏覽代碼

Merge pull request #222 from noelmcloughlin/FixFastCgi

Fix mod_fastcgi, mod_php5, and pkgrepo states
tags/v0.37.4
N 6 年之前
父節點
當前提交
da543013f4
沒有連結到貢獻者的電子郵件帳戶。
共有 2 個檔案被更改,包括 4 行新增3 行删除
  1. +2
    -2
      README.rst
  2. +2
    -1
      apache/mod_fastcgi.sls

+ 2
- 2
README.rst 查看文件

@@ -103,7 +103,7 @@ Enables mod_cgi. (FreeBSD only)
``apache.mod_fcgid``
--------------------

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

``apache.mod_fastcgi``
--------------------
@@ -129,7 +129,7 @@ Allows you to install the basic Core Rules (CRS) and some basic configuration fo
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/

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

Enables mod_socache_shmcb. (FreeBSD only)

+ 2
- 1
apache/mod_fastcgi.sls 查看文件

@@ -15,8 +15,9 @@ mod-fastcgi:

repo-fastcgi:
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
- onlyif: grep Debian /proc/version >/dev/null 2>&1
- comps: non-free

a2enmod fastcgi:

Loading…
取消
儲存