su root
nano /etc/httpd/conf/httpd.conf
CTRL+w
بزنید و کلمه max سرچ کنید تمام کانفیگوریشن که مربوط بهApache Global Configuration حذف نمایید و این کانفیگورشن را قرار دهید و سیو کنید
آپاچی را از داخل WHM ریستارت کنید
# These can be set in WHM under 'Apache Global Configuration'
Timeout 10
TraceEnable Off
ServerSignature Off
ServerTokens ProductOnly
FileETag None
StartServers 10
<IfModule prefork.c>
MinSpareServers 10
MaxSpareServers 20
</IfModule>
ServerLimit 2200
MaxClients 2200
MaxRequestsPerChild 50000
KeepAlive On