From b8d47ed2f0e973369658c3d9fc31046e77dd34af Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 22 Jan 2015 15:51:59 -0600 Subject: update httpd snippet for apache 2.4 --- www/httpd.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www') diff --git a/www/httpd.conf b/www/httpd.conf index 60caeda..9c5ba9a 100644 --- a/www/httpd.conf +++ b/www/httpd.conf @@ -21,7 +21,6 @@ Alias /koji-static/images/open.png "/usr/share/koji-themes/fedora-koji/images/ar Options None AllowOverride None - Order allow,deny - Allow from all + Require all granted -- cgit