]> 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:04:58 +0000 (16:04 -0700)
in apache 2.4

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
tasks/apache.conf.template

index 89ac1020fd65981ebfda539d4f269b220deb6efe..87426f67ca55f41f43e4b65095d12bce829d2eec 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