]> 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>
Wed, 22 Oct 2014 22:12:56 +0000 (15:12 -0700)
in apache 2.4

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

index 89ac1020fd65981ebfda539d4f269b220deb6efe..554ba867ad3752a2702dcba8f0cf59426d2fc5fd 100644 (file)
@@ -24,6 +24,9 @@ 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}