From: Oleg Broytman Date: Tue, 30 Jul 2019 17:42:36 +0000 (+0300) Subject: Fix(apache): Add dummy `ServerName` to start `Apache` X-Git-Url: https://git.phdru.name/?p=ansible.git;a=commitdiff_plain;h=a25c68ad3932c2ca7f1612be4c95286f6bce23b8 Fix(apache): Add dummy `ServerName` to start `Apache` Change it to the real host name when it is available. --- diff --git a/playbooks/debian/roles/apache/templates/001-phd.conf b/playbooks/debian/roles/apache/templates/001-phd.conf index 1547854..a95b039 100644 --- a/playbooks/debian/roles/apache/templates/001-phd.conf +++ b/playbooks/debian/roles/apache/templates/001-phd.conf @@ -1,3 +1,4 @@ +ServerName localhost ServerAdmin phd@{{ inventory_hostname }} MaxConnectionsPerChild 10