From 6e0bb69b5ee0e6fb604683ced5e2a8d152f3706c Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sun, 15 Jun 2014 20:30:37 +0000 Subject: [PATCH] Example of loading an MPM with LoadModule, and what error you get when you do it wrong. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1602766 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mpm.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/manual/mpm.xml b/docs/manual/mpm.xml index 9757a394cd..03d1395186 100644 --- a/docs/manual/mpm.xml +++ b/docs/manual/mpm.xml @@ -139,6 +139,17 @@ two features.

updating the LoadModule directive for the MPM instead of by rebuilding the server.

+ + LoadModule mpm_prefork_module modules/mod_mpm_prefork.so + + +

Attempting to LoadModule + more than one MPM will result in a startup failure with the + following error.

+ + AH00534: httpd: Configuration error: More than one MPM + loaded. +

This feature is enabled using the --enable-mpms-shared option of the configure script. -- 2.50.1