apache 限制并发数mpm worker配置

<IfModule mpm_worker_module>
StartServers 62
MinSpareThreads 50
MaxSpareThreads 100
ThreadsPerChild 64
ServerLimit 16
MaxClients 1024
MaxRequestsPerChild 0
</IfModule>