From 2362f0803cbe7514214b5abc1b96c971e349c302 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 14 Mar 2016 22:23:31 +0200 Subject: apache: fix vhost_simple for apache 2.4 --- modules/apache/templates/vhost_simple.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules/apache') diff --git a/modules/apache/templates/vhost_simple.conf b/modules/apache/templates/vhost_simple.conf index ec39b192..afc443de 100644 --- a/modules/apache/templates/vhost_simple.conf +++ b/modules/apache/templates/vhost_simple.conf @@ -3,7 +3,12 @@ DocumentRoot <%= location %> - Allow from all + + Require all granted + + + Allow from all + -- cgit v1.2.1