Apache Performance Tweak – ubuntu
vim /etc/apache2/mods-available/mpm_prefork.conf
<IfModule mpm_prefork_module>
StartServers 50
MinSpareServers 25
MaxSpareServers 100
MaxRequestWorkers 500
MaxConnectionsPerChild 0
ServerLimit 500
</IfModule>
service apache2 restart