نقل قول نوشته اصلی توسط DeltaGostar نمایش پست ها
# These can be set in WHM under 'Apache Global Configuration'
<IfModule prefork.c>
ServerLimit 2000
KeepAlive On
KeepAliveTimeout 60
</IfModule>
StartServers 5
<IfModule prefork.c>
MinSpareServers 5
MaxSpareServers 10
</IfModule>
ServerLimit 200000
MaxClients 15000
MaxRequestsPerChild 9000
KeepAlive off
200.000 ?
افزایش بی مورد این تنظیمات اختلالات زیادی بوجود خواهد آورد!

** پیشنهاد می کنم از MPM Worker به جای MPM Prefork استفاده کنید.