Version 3

    Abbreviated "MPM."

     

    Official Documentation

     

    Responsibilities:

    • binding network ports

    • accepting requests

    • dispatching children to handle requests

     

    One and only one must be loaded into the server at any given time. The MPM is compiled into the server.

     

    To find out what MPM module is loaded, execute:

      httpd -l

     

    Some MPMs: