From 27b7eceeae1e48d0ad8dd820c3b84442bfffa406 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 16 Aug 2014 13:56:15 -0700 Subject: [PATCH] tasks/rgw: include mod_authz As per http://www.webhostingtalk.com/showthread.php?t=1173594 Signed-off-by: Sage Weil --- tasks/rgw.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tasks/rgw.py b/tasks/rgw.py index 3a620f07031..c5ccad6c7a3 100644 --- a/tasks/rgw.py +++ b/tasks/rgw.py @@ -94,7 +94,11 @@ def ship_apache_configs(ctx, config, role_endpoints): group = 'www-data' apache24_modconfig = ''' IncludeOptional /etc/apache2/mods-available/mpm_event.conf - IncludeOptional /etc/apache2/mods-available/mpm_event.load''' + IncludeOptional /etc/apache2/mods-available/mpm_event.load + + LoadModule authz_core_module /usr/lib/apache2/modules/mod_authz_core.so + +''' else: mod_path = '/usr/lib64/httpd/modules' print_continue = 'off'