Hi,
this is for httpd-2.4.26 with the mpm_worker_module. I have one practical and one more theoretical question.
First, is there a way to determine the maximum number of concurrent requests that have been processed at any time since the last server (re)start?
Second, if I have the default configuration and I ever want to increase MaxRequestWorkers above 400 my understanding is that I need to either increase ServerLimit or ThreadsPerChild (or adjust both). Which should I touch first (why :-)?