<IfModule !mpm_event_module>
 <IfModule !mpm_prefork_module>
  <IfModule !mpm_worker_module>
        LoadModule mpm_prefork_module libexec/apache2/mod_mpm_prefork.so
  </IfModule>
 </IfModule>
</IfModule>
