From dcf52317265f200fb2b95918bd4a84f5e2c2279f Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 7 Feb 2016 13:26:54 +0000 Subject: Make vhost_base compatible with Apache 2.4 --- modules/apache/templates/vhost_base.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/apache/templates/vhost_base.conf b/modules/apache/templates/vhost_base.conf index ad01d96f..c6feade5 100644 --- a/modules/apache/templates/vhost_base.conf +++ b/modules/apache/templates/vhost_base.conf @@ -40,7 +40,12 @@ end <%- end -%> - Allow from all + + Require all granted + + + Allow from all + -- cgit v1.2.1