My web server has configuration 16 GB RAM 8vCPU (Hexcore). Apache version 2.4.
There will be massive site visit. So what will be the best and recommended Apache tuning configuration ? I am using worker MPM.
My current configuration:
<IfModule mpm_worker_module>
    ServerLimit             550
    StartServers             8
    MinSpareThreads          90
    MaxSpareThreads         350
    ThreadLimit              80
    ThreadsPerChild          64
    MaxRequestWorkers        512
    #MaxClients             448
    MaxRequestsPerChild   10000
</IfModule>
Hoping for you quick and genuine response. :-)