Re: [users@httpd] Re: Handle Multi-Domain Traffic

2012-08-26 Thread Igor Cicimov
What apache version? You need to tune your mpm module resources to support the traffic you expect. Look at mpm_prefork or mom_worker settings depending on which one you are using. Another problem might be the box. Do you have enough cpu and memory to serve high traffic? On Aug 25, 2012 5:02 AM, "u

[users@httpd] Re: Handle Multi-Domain Traffic

2012-08-24 Thread unjc email
Anyone has an idea?? Further investigation indicates that Apache reuses existing TCP connection per domain. Thus, the overhead of creating new connections seems to be the performance issue when it deals with traffic of many different domains. Any advice and suggestion will be appreciated. Tha