0

How to check Apache MPM Module

Hello, how can i check in which MPM module is configured default on my Apache Server

Apache Multi-Processing Module (MPM) Add a comment
gibbson
asked Aug 13 2018

Answer

0

You can see this by checking which modules are compiled with Apache.

See output of the following command:

#httpd -l
From there, seek for prefork.c

Add a comment
linuxhelp
asked Jan 29 2019
Post your Answer