httpd.conf for High Traffic Website
Hello
I'm here because I search help for config my httpd.conf
I have a big website, 145'000 unique visitor / days ; site is running on a 2x3.20GHz with 2Gb of memory ....
Site work with 40% PHP and 60% with an html cache ...
I'm currently running with this configuration of httpd.conf but the site is always slow ...
18:43:33 up 1 day, 23:07, 1 user, load average: 9.85, 8.43, 7.36
Timeout 30
KeepAlive On
MaxKeepAliveRequests 50
KeepAliveTimeout 5
MinSpareServers 5
MaxSpareServers 20
StartServers 5
MaxClients 1536
MaxRequestsPerChild 15
KeepAlive On
MaxKeepAliveRequests 50
KeepAliveTimeout 5
MinSpareServers 5
MaxSpareServers 20
StartServers 5
MaxClients 1536
MaxRequestsPerChild 15
Thanx