0

How to check Apache MPM Module

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

gibbson
asked Aug 13, 2018
1 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

View More
linuxhelp
answered Jan 29, 2019
Your Answer
||||
 
100:0

Related News in How to check Apache MPM Module

Related News in How to check Apache MPM Module