Pārlūkot izejas kodu

second batch

tags/v1.2.1
Imran Iqbal pirms 3 gadiem
vecāks
revīzija
1002efa909
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
6 mainītis faili ar 12 papildinājumiem un 12 dzēšanām
  1. +1
    -1
      apache/config/modules/mod_fastcgi.sls
  2. +1
    -1
      apache/config/modules/mod_php5.sls
  3. +1
    -1
      apache/config/modules/mod_wsgi.sls
  4. +1
    -1
      apache/osfamilymap.yaml
  5. +2
    -2
      kitchen.yml
  6. +6
    -6
      pillar.example

+ 1
- 1
apache/config/modules/mod_fastcgi.sls Parādīt failu

@@ -38,7 +38,7 @@ apache-config-modules-fastcgi_cmd-run:
- unless: ls {{ apache.moddir }}/fastcgi.load
- order: 225
- require:
- pkg: mod-fastcgi
- pkg: apache-config-modules-fastcgi-pkg
- watch_in:
- module: apache-service-running-restart
- require_in:

+ 1
- 1
apache/config/modules/mod_php5.sls Parādīt failu

@@ -25,7 +25,7 @@ apache-config-modules-php5-pkg:
- unless: ls {{ apache.moddir }}/php5.load || egrep "^APACHE_MODULES=" /etc/sysconfig/apache2 | grep ' php5'
- order: 225
- require:
- pkg: mod-php5
- pkg: apache-config-modules-php5-pkg
- watch_in:
- module: apache-service-running-restart
- require_in:

+ 1
- 1
apache/config/modules/mod_wsgi.sls Parādīt failu

@@ -14,7 +14,7 @@ apache-config-modules-wsgi-pkg:
pkg.installed:
- name: {{ apache.pkg.mod_wsgi }}
- require:
- pkg: apache
- pkg: apache-package-install-pkg-installed
- watch_in:
- module: apache-service-running-restart
- require_in:

+ 1
- 1
apache/osfamilymap.yaml Parādīt failu

@@ -26,7 +26,7 @@ Debian:
portsfile: /etc/apache2/ports.conf

mod_wsgi: libapache2-mod-wsgi
mod_php5: libapache2-mod-php5
mod_php5: libapache2-mod-php
mod_perl2: libapache2-mod-perl2
mod_fcgid: libapache2-mod-fcgid
mod_upload_progress: libapache2-mod-upload-progress

+ 2
- 2
kitchen.yml Parādīt failu

@@ -506,11 +506,11 @@ suites:
- apache.config.modules.mod_actions
- apache.config.modules.mod_cgi
- apache.config.modules.mod_dav_svn
- apache.config.modules.mod_fastcgi
# - apache.config.modules.mod_fastcgi
- apache.config.modules.mod_fcgid
- apache.config.modules.mod_geoip
- apache.config.modules.mod_headers
- apache.config.modules.mod_logio
# - apache.config.modules.mod_logio
- apache.config.modules.mod_mpm
- apache.config.modules.mod_pagespeed
- apache.config.modules.mod_perl2

+ 6
- 6
pillar.example Parādīt failu

@@ -175,9 +175,9 @@ apache:
example2.com_ssl:
port: 443
ServerName: example.com
SSLCertificateFile: /path/to/ssl.crt
SSLCertificateKeyFile: /path/to/ssl.key
SSLCertificateChainFile: /path/to/ssl.ca.crt
# SSLCertificateFile: /path/to/ssl.crt
# SSLCertificateKeyFile: /path/to/ssl.key
# SSLCertificateChainFile: /path/to/ssl.ca.crt

# Use RedirectMatch Directive
redirectmatch.com:
@@ -391,7 +391,7 @@ apache:
modules:
enabled: # List modules to enable
- ssl
- prefork
# - prefork
- rewrite
- proxy
- proxy_ajp
@@ -399,13 +399,13 @@ apache:
- headers
# geoip
- status
- logio
# - logio
- dav
- dav_fs
- dav_lock
- auth_digest
- socache_shmcb
- watchdog
# - watchdog
- xml2enc
- ldap
disabled: # List modules to disable

Notiek ielāde…
Atcelt
Saglabāt