Add apache 2.4 example for 'Require all granted'

fixes #6771
This commit is contained in:
Michael Friedrich 2014-07-21 13:38:19 +02:00
parent 53c9292b41
commit da78445686
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ Alias @web_path@ "@prefix@/public"
AllowOverride None AllowOverride None
Order allow,deny Order allow,deny
Allow from all Allow from all
# new directive needed in Apache 2.4.3+
#Require all granted
SetEnv ICINGAWEB_CONFIGDIR @icingaweb_config_path@ SetEnv ICINGAWEB_CONFIGDIR @icingaweb_config_path@