From da784456868b35bc0d1302f92852c8d92af0ad1e Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 21 Jul 2014 13:38:19 +0200 Subject: [PATCH] Add apache 2.4 example for 'Require all granted' fixes #6771 --- etc/apache/icingaweb.conf.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/apache/icingaweb.conf.in b/etc/apache/icingaweb.conf.in index 69335368e..0451abf5b 100644 --- a/etc/apache/icingaweb.conf.in +++ b/etc/apache/icingaweb.conf.in @@ -5,6 +5,8 @@ Alias @web_path@ "@prefix@/public" AllowOverride None Order allow,deny Allow from all + # new directive needed in Apache 2.4.3+ + #Require all granted SetEnv ICINGAWEB_CONFIGDIR @icingaweb_config_path@