1.Apache DSO(Dynamic Shared Object)
(1) 查看已编译模块:
[root@kallen ~]# httpd -M
Loaded Modules:
core_module (static)
mpm_prefork_module (static)
http_module (static)
so_module (static)
auth_basic_module (shared)
auth_digest_module (shared)
authn_file_module (shared)
authn_alias_module (shared)
(2) 查看静态编译模块:
[root@kallen ~]# httpd -l
Compiled in modules:
core.c
prefork.c
http_core.c
mod_so.c
2.Apache MPM(Multi Process Modules)
(1) 不同平台默认MPM:
Architecture | MPM Type |
---|---|
BeOS | beos |
Netware | mpm_netware |