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
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