ArkCase / arkcase-ce

Packer configuration and Ansible plays to create a Vagrant virtual machine with services required to run ArkCase.
16 stars 16 forks source link

Bind httpd to all interfaces #637

Closed david-oc-miller closed 3 weeks ago

david-oc-miller commented 3 weeks ago

This change is needed we stopped adding "127.0.0.1 {{ internal_host }}" to /etc/hosts. Since haproxy uses the host name as the route to httpd, this change to /etc/hosts means the host name no longer leads to localhost, which means haproxy can't talk to httpd anymore. And I want haproxy to use the host name so it can verify TLS. Hence the need to bind httpd to all interfaces.