From: Tom Hughes Date: Wed, 20 Aug 2014 13:43:51 +0000 (+0100) Subject: Use apache 2.4 style access rules X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/f19de748613df03e8accb6f112a98ab2ca468655 Use apache 2.4 style access rules --- 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