- core
- Apache HTTP 服务器提供的核心功能
- mpm_common
- A collection of directives that are implemented by
more than one multi-processing module (MPM)
- beos
- This Multi-Processing Module is optimized for BeOS.
- leader
- An experimental variant of the standard
worker
MPM
- mpm_netware
- Multi-Processing Module implementing an exclusively threaded web
server optimized for Novell NetWare
- mpmt_os2
- Hybrid multi-process, multi-threaded MPM for OS/2
- perchild
- Multi-Processing Module allowing for daemon processes serving
requests to be assigned a variety of different userids
- prefork
- Implements a non-threaded, pre-forking web server
- threadpool
- Yet another experimental variant of the standard
worker
MPM
- mpm_winnt
- This Multi-Processing Module is optimized for Windows
NT.
- worker
- 使网络服务器支持多线程多进程的多道处理模块