Have you tuned kernel TCP stack to handle that many concurrent incoming connections?
For web site configured via Apache configuration, it is served by one CPU by default.
You can add a listener for `<IP : Port>` of that site in native configuration, bind to two process, to fully utilize the...