forked from ISTI-ansible-roles/ansible-roles
apache defaults: listen to the ssl port if the ssl modules are loaded.
This commit is contained in:
parent
eb9d818fec
commit
19b8a60071
|
@ -8,6 +8,7 @@ apache_ppa_repo: 'ppa:ondrej/apache2'
|
|||
|
||||
apache_listen_ports:
|
||||
- 80
|
||||
- '{{ apache_ssl_port }}'
|
||||
|
||||
# Possible choices: event, prefork (the old ones), worker (the threaded version), itm
|
||||
apache_mpm_mode: worker
|
||||
|
@ -39,6 +40,7 @@ apache_default_modules:
|
|||
- xsendfile
|
||||
|
||||
apache_ssl_modules_enabled: True
|
||||
apache_ssl_port: 443
|
||||
apache_ssl_modules:
|
||||
- ssl
|
||||
- socache_shmcb
|
||||
|
|
Loading…
Reference in New Issue