From f7b32bcc318c4a700628d87826080a043f89a22c Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 16 Aug 2014 15:35:16 -0700 Subject: [PATCH] rgw: httpd instead of httpd.worker httpd exists on rhel 6.5 too ... Signed-off-by: Sage Weil --- tasks/rgw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/rgw.py b/tasks/rgw.py index 0ef8cf3c0705b..bcd643a06bb3c 100644 --- a/tasks/rgw.py +++ b/tasks/rgw.py @@ -271,7 +271,7 @@ def start_apache(ctx, config): if system_type == 'deb': apache_name = 'apache2' else: - apache_name = '/usr/sbin/httpd.worker' + apache_name = '/usr/sbin/httpd' proc = remote.run( args=[ 'adjust-ulimits', -- 2.39.5