]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
apache: change template to load mpm worker module
authorYehuda Sadeh <yehuda@redhat.com>
Wed, 22 Oct 2014 22:12:24 +0000 (15:12 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Thu, 23 Oct 2014 23:08:55 +0000 (16:08 -0700)
in apache 2.4

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit 35c9cae84c7964ad96381c7455c40e43dd6b4a8d)

tasks/apache.conf.template

index 85744b980ae2f508ab470a2825f8171dac2d98cb..ed61bfc5f903b86a888b0acbaa5d510aa975c90d 100644 (file)
@@ -24,9 +24,11 @@ ServerName {host}
   <IfModule !authz_core_module>
     LoadModule authz_core_module {mod_path}/mod_authz_core.so
   </IfModule>
+  <IfModule !mpm_worker_module>
+    LoadModule mpm_worker_module {mod_path}/mod_mpm_worker.so
+  </IfModule>
   User {user}
   Group {group}
-  {apache24_modconfig}
 </IfVersion>
 
 ServerRoot {testdir}/apache