From 60a11d4c98376bf2d3dd755c266061740a4dadf2 Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Sun, 15 Jun 2014 20:30:18 +0000
Subject: [PATCH] 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
---
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.40.0