Hi ,
I have a high traffic website with 10.000 unique visitors with a 80.000 pages per day. I am have read nearly all the topics on the forum and tried but no luck.
The problem is that it hangs on the homepage a lot but on the other pages i have np.
Here is the system configuration:
Ram: 2 GB - CPU : Intel(R) Pentium(R) 4 CPU 2.40GHz
I am using this httpd.conf settings for the apache. Can anyone suggest me a better one.
Code:
Timeout 30
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 3
MinSpareServers 4
MaxSpareServers 10
StartServers 8
ServerLimit 1024
MaxClients 1024
MaxRequestsPerChild 1000
This is really urgent
Thanks