我已经修改了apache2.2的链接配置了.为什么还是显示100个呢?

我已经修改了apache2.2的链接配置了.为什么还是显示100个呢?

我用apachectl -l
查了一下
是worker.c的运行模式

我在httpd.conf里这样设置的

<IfModule mpm_worker_module>
    ServerLimit         20
    StartServers          5
    MaxClients          2000
    MinSpareThreads      50
    MaxSpareThreads      250
    ThreadsPerChild      100
    MaxRequestsPerChild   10000
</IfModule>


可是在php指针里查到的是
apache2handler
Apache Version         Apache/2.2.6 (Unix) PHP/5.2.4
Apache API Version         20051115
User/Group         daemon(2)/2
Max Requests         Per Child: 10000 - Keep Alive: on - Max Per Connection: 100
Timeouts         Connection: 300 - Keep-Alive: 5
Virtual Server         Yes
Server Root         /usr/local/apache2



请问下  我应该如何设置才有效呢?
httpd.conf里面调用了mpm的配置文件么?
你指的是这个参数么?
Max Per Connection: 100

这个与链接数无关。


QUOTE:
原帖由 suek 于 2007-11-20 11:41 发表
你指的是这个参数么?
Max Per Connection: 100

这个与链接数无关。

那么这个是??