From 6392758f1bf503c3bbb2b3ad2f2ee9e6f79d6841 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 16 Aug 2014 15:31:46 -0700 Subject: [PATCH] rgw: need alll of mod unixd, version, authz Signed-off-by: Sage Weil --- tasks/apache.conf.template | 9 +++++++++ tasks/rgw.py | 3 --- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/tasks/apache.conf.template b/tasks/apache.conf.template index 5518e6bce3dcb..85744b980ae2f 100644 --- a/tasks/apache.conf.template +++ b/tasks/apache.conf.template @@ -1,3 +1,6 @@ + + LoadModule version_module {mod_path}/mod_version.so + LoadModule env_module {mod_path}/mod_env.so @@ -15,6 +18,12 @@ Listen {port} ServerName {host} = 2.4> + + LoadModule unixd_module {mod_path}/mod_unixd.so + + + LoadModule authz_core_module {mod_path}/mod_authz_core.so + User {user} Group {group} {apache24_modconfig} diff --git a/tasks/rgw.py b/tasks/rgw.py index c5ccad6c7a3a5..0ef8cf3c0705b 100644 --- a/tasks/rgw.py +++ b/tasks/rgw.py @@ -95,9 +95,6 @@ def ship_apache_configs(ctx, config, role_endpoints): apache24_modconfig = ''' IncludeOptional /etc/apache2/mods-available/mpm_event.conf 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' -- 2.39.5