]> granicus.if.org Git - apache/commitdiff
Example of loading mpm with LoadModule, and what happens when you do it
authorRich Bowen <rbowen@apache.org>
Sun, 15 Jun 2014 20:30:18 +0000 (20:30 +0000)
committerRich Bowen <rbowen@apache.org>
Sun, 15 Jun 2014 20:30:18 +0000 (20:30 +0000)
wrong.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1602764 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mpm.xml

index 9757a394cd085aa99673598e1f4297b8f0949af9..03d1395186baa1722d452bb1d28e316289f92833 100644 (file)
@@ -139,6 +139,17 @@ two features.</p>
     updating the <directive module="mod_so">LoadModule</directive> directive
     for the MPM instead of by rebuilding the server.</p>
 
+    <highlight language="config">
+    LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
+    </highlight>
+
+    <p>Attempting to <directive module="mod_so">LoadModule</directive>
+    more than one MPM will result in a startup failure with the
+    following error.</p>
+
+    <example>AH00534: httpd: Configuration error: More than one MPM
+    loaded.</example>
+
     <p>This feature is enabled using the
     <code>--enable-mpms-shared</code> option of the <program>configure</program>
     script.