how can I optimize the server with following configuration. It takes too much time to load a page.
IBM X3200 M3 Server - 1 Intel Xeon Processor with 4 GB Ram
Below is my current configuration for apache:
Start Servers: 5 (Default)
Minimum Spare Servers: 10
Maximum Spare Servers: 20
Server Limit: 500
Max Clients: 500
Max Requests Per Child: 10000 (Default)
Keep-Alive: On
Keep-Alive Timeout: 5
Max Keep-Alive Requests: 100
Timeout: 200
(Now it really starts to complicated)
If you want a more specific suggestion then we'd need to know an awful lot more about what's going on.
BTW its very likely that a keepalive timeout of 5 seconds is not appropriate.
Some general tuning tips (looks like prefork):
start servers
) and keep more active: (maximium spare servers
)