how to optimize apache on web-server
Posted
by
Prakash
on Server Fault
See other posts from Server Fault
or by Prakash
Published on 2011-06-23T13:51:51Z
Indexed on
2011/06/23
16:24 UTC
Read the original article
Hit count: 233
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
© Server Fault or respective owner