2014-04-22 14:34:37 +02:00
|
|
|
---
|
2015-12-29 22:09:09 +01:00
|
|
|
apache_service: httpd
|
2014-04-22 14:34:37 +02:00
|
|
|
apache_daemon: httpd
|
2015-02-06 13:21:51 +01:00
|
|
|
apache_daemon_path: /usr/sbin/
|
2014-04-22 14:34:37 +02:00
|
|
|
apache_server_root: /etc/httpd
|
|
|
|
apache_conf_path: /etc/httpd/conf.d
|
2014-10-06 01:58:35 +02:00
|
|
|
|
2014-10-06 01:15:56 +02:00
|
|
|
apache_vhosts_version: "2.2"
|
2014-10-06 01:58:35 +02:00
|
|
|
|
2014-10-05 15:02:17 +02:00
|
|
|
__apache_packages:
|
2014-04-22 14:34:37 +02:00
|
|
|
- httpd
|
|
|
|
- httpd-devel
|
|
|
|
- mod_ssl
|
|
|
|
- openssh
|
2014-10-06 01:58:35 +02:00
|
|
|
|
|
|
|
apache_ports_configuration_items:
|
2015-11-01 03:42:34 +01:00
|
|
|
- regexp: "^Listen "
|
2014-10-06 01:58:35 +02:00
|
|
|
line: "Listen {{ apache_listen_port }}"
|
2015-11-17 05:20:54 +01:00
|
|
|
- regexp: "^#?NameVirtualHost "
|
2016-04-20 11:46:12 +02:00
|
|
|
line: "NameVirtualHost {{ apache_listen_ip }}:{{ apache_listen_port }}"
|