-
How many MPMs can be loaded at a time?
-
- 1
- 2
- 3
- 4
- 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.