]> granicus.if.org Git - apache/commitdiff
Add the MPM docs to the index-bytype front page.
authorRyan Bloom <rbb@apache.org>
Sun, 19 Nov 2000 20:35:02 +0000 (20:35 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 19 Nov 2000 20:35:02 +0000 (20:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87030 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/index-bytype.html

index 6a427d49bf8669022a57c3c37a2bdcadd0334d8f..1486a0ce91354c5d2613fb2a12536b54c4de1884 100644 (file)
@@ -23,11 +23,25 @@ alphabetical list of <A HREF="directives.html" >all Apache
 directives</A>.
 </P>
 
-<H2>Core</H2>
+<H2>Core and Mutli-Processing Modules</H2>
 
 <DL>
 <DT><A HREF="core.html">Core</A>
 <DD>Core Apache features.
+<DT><a href="dexter.html">dexter</a>
+<DD>Multi-Processing Module with Threading via Pthreads; Fixed number
+of processes, variable number of threads/child
+<DT><A HREF="mpmt_pthread.html">mpmt_pthread</A>
+<DD>Multi-Processing Module with Threading via Pthreads; Variable number
+of processes, constant number of threads/child
+<DT><a href="mpm_winnt.html">mpm_winnt</a>
+<DD>Multi-Processing Module with a single control process and a single
+server process with multiple threads for Windows NT
+<DT><a href="perchild.html">perchild</a>
+<DD>Multi-Processing Module with the ability to server different
+virtual hosts under different userids.
+<DT><a href="prefork.html">prefork</a>
+<DD>Non-threaded preforking processes model similar to Apache 1.3
 </DL>
 
 <H2>Environment Creation</H2>