Maximum simultaneous requests
The MaxClients directive is the old Apache name for the maximum number
of requests that can be served at the same time. On Apache 2.4 and newer, the
equivalent directive is MaxRequestWorkers.
For prefork MPM, this limits child server processes. For threaded MPMs, it
limits the total number of worker threads across all child processes.