CentOS
httpd -V | grep "Server MPM:"
Ubuntu / Debian
apache2 -V | grep "Server MPM:"
Result:
Server MPM: Prefork
This is useful for knowing whether to tweak prefork or worker MPM in the apache config.
CentOS
httpd -V | grep "Server MPM:"
Ubuntu / Debian
apache2 -V | grep "Server MPM:"
Result:
Server MPM: Prefork
This is useful for knowing whether to tweak prefork or worker MPM in the apache config.