From: Rich Bowen
Date: Sun, 15 Jun 2014 20:30:37 +0000 (+0000)
Subject: Example of loading an MPM with LoadModule, and what error you get when
X-Git-Tag: 2.4.10~132
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e0bb69b5ee0e6fb604683ced5e2a8d152f3706c;p=apache
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
---
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.