一个问题。Apache连接数设置的问题。

<IfModule prefork.c>
StartServers 10
MinSpareServers 10
MaxSpareServers 15
ServerLimit 2000
MaxClients 1500
MaxRequestsPerChild 10000
</IfModule>

这段要加在httpd.conf里边什么位置,具体一些。。  我是新手 还不怎么会使用apache的设置。