I'm running multi curl crawler with 500 open connections all time. Do you have any advices for apache/php settings in order to get best performance?
This is my settings:
<IfModule mpm_prefork_module>
StartServers 50
MinSpareServers 50
MaxSpareServers 100
MaxClients 1500
MaxRequestsPerChild 0
</IfModule>