From a25c68ad3932c2ca7f1612be4c95286f6bce23b8 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 30 Jul 2019 20:42:36 +0300 Subject: [PATCH] Fix(apache): Add dummy `ServerName` to start `Apache` Change it to the real host name when it is available. --- playbooks/debian/roles/apache/templates/001-phd.conf | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2