Check which mpm (multi processing module) apache is running
MPM (Multi processing module) is that component of apache server, that determines how multiple clients or connections shall be handled. Apache is flexible by design and there are different mpms that can be used with apache depending on the needs. Some of the common mpms on Linux are : 1. Worker 2. Prefork 3. mpm-ITK… Read More »