From ddc99dd2b6bed08f4af7202fae4b41c70032938b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 8 Jan 2015 20:53:52 +0000 Subject: [PATCH] Adjust koji hub for apache 2.4 --- roles/koji_hub/files/kojihub.conf | 3 +-- roles/koji_hub/files/kojiweb.conf | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/roles/koji_hub/files/kojihub.conf b/roles/koji_hub/files/kojihub.conf index aae5fce9d6..2114989f1b 100644 --- a/roles/koji_hub/files/kojihub.conf +++ b/roles/koji_hub/files/kojihub.conf @@ -7,8 +7,7 @@ Alias /kojihub /usr/share/koji-hub/kojixmlrpc.py Options ExecCGI SetHandler wsgi-script - Order allow,deny - Allow from all + Require all granted diff --git a/roles/koji_hub/files/kojiweb.conf b/roles/koji_hub/files/kojiweb.conf index fe47731ea5..5f1fdf26a5 100644 --- a/roles/koji_hub/files/kojiweb.conf +++ b/roles/koji_hub/files/kojiweb.conf @@ -8,8 +8,7 @@ Alias /koji "/usr/share/koji-web/scripts/wsgi_publisher.py" Options ExecCGI SetHandler wsgi-script - Order allow,deny - Allow from all + Require all granted @@ -24,8 +23,7 @@ Alias /koji-static/ "/usr/share/koji-web/static/" Options None AllowOverride None - Order allow,deny - Allow from all + Require all granted Alias /repos "/mnt/koji/repos/"