Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - guille

Pages: [1]
1
Apache / problem changing mpm to prefork
« on: September 19, 2021, 11:37:44 PM »
Hello all, im trying to change the apaches mpm so i can use php as mod_php to my site , but i couldnt found where is the event mpm loaded..

when i tried to load prefork as mpm is receive;

httpd: Configuration error: More than one MPM loaded.

Ive already checked this thread but i guess its old.
http://forum.centos-webpanel.com/index.php?topic=6889.0

In the official mpm doc said the following;

Code: [Select]
Building an MPM as a static module

MPMs can be built as static modules on all platforms. A single MPM is chosen at build time and linked into the server. The server must be rebuilt in order to change the MPM.

To override the default MPM choice, use the --with-mpm=NAME option of the configure script. NAME is the name of the desired MPM.

Is there any way to change it ?

Thanks!

Pages: [1]