apache2.2 response problem

Posted by ffffff on Server Fault See other posts from Server Fault or by ffffff
Published on 2011-02-08T06:33:21Z Indexed on 2011/02/08 7:26 UTC
Read the original article Hit count: 317

Filed under:
|
|

We have some heavy file (about 100k).

sometime response time is very slow (100s)..

why ?

I'm a poor server administrator.

so could you help me?

information is following:

  1. httpd one process has 10MB
  2. RAM is 4G
<IfModule mpm_prefork_module>
        StartServers             300
        MinSpareServers          10
        MaxSpareServers          300
        ServerLimit            1000
        MaxClients             1000
        MaxRequestsPerChild    9999
</IfModule>

What is the best configurations? MaxClients are too many?

© Server Fault or respective owner

Related posts about apache

Related posts about apache2.2