Optimizing Processes in Apache
In Chapter 6, we saw how the Apache web server processes requests and uses the MPM to dispatch the requests to your application.
In this section, we will see how we can optimize the settings for the Prefork MPM (the most common MPM) to ensure it does not overuse memory and start swapping.