ansible-role-apache/vars
Adam Papai 547c0b404c
Add configuration for listen address
By default I leave it as "*", but for many cases, we don't want to bind our
apache to all network addresses available for the server. For example if we
want to only bind the apache to the localhost, we can use the following
configuration:

  apache_listen_ip: "127.0.0.1"
2016-04-20 11:46:12 +02:00
..
apache-22.yml Add configuration for listen address 2016-04-20 11:46:12 +02:00
apache-24.yml Allowing the default vhost to be removed. Causes issues because it is linked to port 80, even if you change apache_listen_port 2015-01-28 13:54:09 +01:00
Debian.yml Prepare Debian and Red Hat vars for apache_service 2015-12-29 22:09:09 +01:00
RedHat.yml Add configuration for listen address 2016-04-20 11:46:12 +02:00
Solaris.yml Add configuration for listen address 2016-04-20 11:46:12 +02:00
Suse.yml Add configuration for listen address 2016-04-20 11:46:12 +02:00