I research a lot in google for a script that tell me if apache2 is configurated well and it's capabilites/calibration are set correctly.
I use mpm_prefork_module
and I would to know if params are set correctly for my machine.
This is my actual params:
<IfModule mpm_prefork_module>
StartServers 5
MinSpareServers 5
MaxSpareServers 25
MaxClients 50
MaxRequestsPerChild 500
ServerLimit 50
</IfModule>
The question is very simple, anyone know a script (bash prefered) that check apache2 calibration?