@@ -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: |
@@ -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: |
@@ -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: |
@@ -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 |
@@ -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 |
@@ -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 |