From f19de748613df03e8accb6f112a98ab2ca468655 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 20 Aug 2014 14:43:51 +0100 Subject: [PATCH] Use apache 2.4 style access rules --- cookbooks/otrs/templates/default/apache.erb | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/cookbooks/otrs/templates/default/apache.erb b/cookbooks/otrs/templates/default/apache.erb index da5a60d2f..3b889ce3d 100644 --- a/cookbooks/otrs/templates/default/apache.erb +++ b/cookbooks/otrs/templates/default/apache.erb @@ -37,8 +37,7 @@ Options +ExecCGI PerlOptions +ParseHeaders PerlOptions +SetupEnv - Order allow,deny - Allow from all + Require all granted @@ -49,14 +48,12 @@ AllowOverride None Options +ExecCGI -Includes - Order allow,deny - Allow from all + Require all granted AllowOverride None - Order allow,deny - Allow from all + Require all granted -- 2.43.2