From fbf24f7eeea077484e1d247de0f1ead14c223067 Mon Sep 17 00:00:00 2001 From: Bert ter Heide Date: Thu, 2 Oct 2014 19:08:15 +0200 Subject: [PATCH] "Require all granted" in each . Apache 2.4 requires "Require all granted" in each definition. --- lib/hostess/virtual_host.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hostess/virtual_host.rb b/lib/hostess/virtual_host.rb index 751276f..cf814c8 100644 --- a/lib/hostess/virtual_host.rb +++ b/lib/hostess/virtual_host.rb @@ -74,6 +74,7 @@ def vhost_config ServerName <%= domain %> DocumentRoot "<%= directory %>" "> + Require all granted Options FollowSymLinks AllowOverride All allow from all