I use i-MSCP 1.2.2 (Build: 20150212 Codename: Andromeda).
The global apache conf is in /etc/apache2/apache2.conf ?
I have exactly 70 domains with "average" small traffic (cca. 100 visitor/day/domain).
Here are the main settings:
Code
- MaxKeepAliveRequests 100
- KeepAliveTimeout 5
- <IfModule mpm_worker_module>
- StartServers 2
- MinSpareThreads 25
- MaxSpareThreads 75
- ThreadLimit 64
- ThreadsPerChild 25
- MaxClients 150
- MaxRequestsPerChild 0
- </IfModule>
- <IfModule mpm_prefork_module>
- StartServers 5
- MinSpareServers 5
- MaxSpareServers 10
- MaxClients 150
- MaxRequestsPerChild 0
- </IfModule>
- <IfModule mpm_event_module>
- StartServers 2
- MinSpareThreads 25
- MaxSpareThreads 75
- ThreadLimit 64
- ThreadsPerChild 25
- MaxClients 150
- MaxRequestsPerChild 0
- </IfModule>