From: Yehuda Sadeh Date: Wed, 22 Oct 2014 22:12:24 +0000 (-0700) Subject: apache: change template to load mpm worker module X-Git-Tag: v0.94.10~27^2^2~249^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=35c9cae84c7964ad96381c7455c40e43dd6b4a8d;p=ceph.git apache: change template to load mpm worker module in apache 2.4 Signed-off-by: Yehuda Sadeh --- diff --git a/tasks/apache.conf.template b/tasks/apache.conf.template index 89ac1020fd6..87426f67ca5 100644 --- a/tasks/apache.conf.template +++ b/tasks/apache.conf.template @@ -24,9 +24,11 @@ ServerName {host} LoadModule authz_core_module {mod_path}/mod_authz_core.so + + LoadModule mpm_worker_module {mod_path}/mod_mpm_worker.so + User {user} Group {group} - {apache24_modconfig} ServerRoot {testdir}/apache