2014-05-05 16:58:15 +02:00
|
|
|
---
|
|
|
|
apache_enablerepo: ""
|
|
|
|
|
|
|
|
apache_listen_port: 80
|
2014-11-05 17:07:20 +01:00
|
|
|
apache_listen_port_ssl: 443
|
2014-09-10 11:22:40 +02:00
|
|
|
|
2014-05-05 16:58:15 +02:00
|
|
|
apache_create_vhosts: true
|
2015-01-10 06:30:07 +01:00
|
|
|
apache_vhosts_filename: "vhosts.conf"
|
2014-05-05 16:58:15 +02:00
|
|
|
|
|
|
|
apache_vhosts:
|
2014-12-29 21:56:03 +01:00
|
|
|
# Additional properties: 'serveradmin, serveralias, extra_parameters'.
|
2014-05-05 16:58:15 +02:00
|
|
|
- {servername: "local.dev", documentroot: "/var/www/html"}
|
2014-10-22 20:41:14 +02:00
|
|
|
|
2014-11-05 17:07:20 +01:00
|
|
|
apache_vhosts_ssl: []
|
|
|
|
# Additional properties: 'serveradmin, extra_parameters'.
|
|
|
|
# - {
|
|
|
|
# servername: "local.dev",
|
|
|
|
# documentroot: "/var/www/html",
|
|
|
|
# certificate_file: "/path/to/certificate.crt",
|
|
|
|
# certificate_key_file: "/path/to/certificate.key",
|
|
|
|
# # Optional.
|
|
|
|
# certificate_chain_file: "/path/to/certificate_chain.crt"
|
|
|
|
# }
|
|
|
|
|
|
|
|
apache_ssl_protocol: "All -SSLv2 -SSLv3"
|
|
|
|
apache_ssl_cipher_suite: "AES256+EECDH:AES256+EDH"
|
|
|
|
|
2015-05-31 23:01:27 +02:00
|
|
|
# Only used on Debian/Ubuntu.
|
2014-11-05 17:07:20 +01:00
|
|
|
apache_mods_enabled:
|
|
|
|
- rewrite.load
|
|
|
|
- ssl.load
|
2015-05-31 23:01:27 +02:00
|
|
|
apache_mods_disabled: []
|