MPM模块问题

MPM模块问题

httpd -l
Compiled in modules:
  core.c
  prefork.c
  http_core.c
  mod_so.c
这是用那种哪种MPM模块
在httpd.conf末尾加上
<IfModule prefork.c>
StartServers 3
MinSpareServers 6
MaxSpareServers 10
MaxClients 150
MaxRequestsPerChild 3
</IfModule>
prefork