Hello,
I am having a little trouble at times my web server crash as error message:
Sat Mar 14 16:16:53 2015] [error] server reached MaxClients setting, consider raising the MaxClients setting"
Do you have a solution please?
Here is my apache2 conf:
<IfModule mpm_prefork_module>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 150
MaxRequestsPerChild 0
</IfModule>
Thank you in advance.