From: Richard Bowen
Date: Sun, 15 Jun 2014 20:30:18 +0000 (+0000)
Subject: Example of loading mpm with LoadModule, and what happens when you do it
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1477fbdeda5fae9ad3c810d38629c91436ae1306;p=thirdparty%2Fapache%2Fhttpd.git
Example of loading mpm with LoadModule, and what happens when you do it
wrong.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1602764 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mpm.xml b/docs/manual/mpm.xml
index 9757a394cd0..03d1395186b 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.