I have switched Apache from preform mpm to event mpm. Now Apache is not running out of memory but when I check htop I see that there are around 300 httpd processes. I know that they are dependent on ThreadsPerChild and ServerLimit directives but they are not set in any config values.
How can I see the current set values of all config options?
I tried apachectl -S
but that is not very helpful.