Add to Favourites Add to Favourites    Print this Article Print this Article

Which Apache mpm am I using?

You can ask the httpd binary which mpm is in use with your setup.
Type:

httpd -V | grep 'Server MPM:'

Most systems will be running "prefork" with mod_php, and "event" for php-fpm.


Was this answer helpful?

Also Read