Skip to main content

MPM is "prefork", mod_qos wants "worker", what to do?

Comments

10 comments

  • 24x7server
    Hello, I think you will need to rebuild easy-apache on your server with the MPM Worker as mod_qos requires MPM Worker, So try to rebuild it again.
    0
  • cPanelMichael
    Hello, You will need to choose between using Mod_QOS and using Mod_Ruid2. The mpm_worker_module Apache MPM and the mpm_event_module Apache MPM are thread-based MPMs. MPMs that use threads do not work with the mod_ruid2 Apache module, because they alter the UID and GID at the process level. Thank you.
    0
  • postcd
    thx, my mod_ruid did not worked, so i think i will have to use QOS and use EasyApache to enable MPM Worker even MPM Prefork is marked as "recommended" in EasyApache right..
    0
  • cPanelMichael
    Yes, the mpm_worker_module Apache module is required if you plan to use mod_qos. Thank you.
    0
  • postcd
    thx, pls anyone knows why is prefork "recommended" (in easyapache) over "worker" so i know it is a good step to switch this?
    0
  • cPanelMichael
    Hello, Prefork is recommended over the other MPM options due to it's stability. This is documented at:
    0
  • postcd
    thx, one more thing, in EasyApache, Exhaustive Options List, i did not found Worker MPM, only: MPM ITK MPM Prefork
    0
  • cPanelMichael
    thx, one more thing, in EasyApache, Exhaustive Options List, i did not found Worker MPM, only: MPM ITK MPM Prefork

    Do you have Mod_Ruid2 installed? Note that it's not compatible with MPM Worker. Thank you.
    0
  • postcd
    Yes, when unticked Ruid2 in EasyApache, i think i was able to select MPM Worker. thanks At the end i switched back to Prefork as mod_qos still dont shown details per domain/user account on Apache Status page in WHM and on that Apache status page, there was too many dots (as available apache connection) sorry for my english My issue is now solved. Thanks
    0
  • cPanelMichael
    I am happy to see the issue is now resolved. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.