Home » HTML » Html miscellaneous » Question
  1. How many MPMs can be loaded at a time?
    1. 1
    2. 2
    3. 3
    4. 4
    5. None of these
Correct Option: A

Multi-Process Modules i.e. MPMs is introduced by Apache 2, it controls how Apache handles the requests. We can load only one MPM at a time. But in the case of Linux, we can use two MPMs. There are two kind of MPM, worker and prefork.



Your comments will be displayed only after manual approval.