From: Ryan Bloom Date: Sun, 19 Nov 2000 20:35:02 +0000 (+0000) Subject: Add the MPM docs to the index-bytype front page. X-Git-Tag: APACHE_2_0_ALPHA_8~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c72454155e24c37d3d6b840ed205ce6ec681a05;p=apache Add the MPM docs to the index-bytype front page. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87030 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/index-bytype.html b/docs/manual/mod/index-bytype.html index 6a427d49bf..1486a0ce91 100644 --- a/docs/manual/mod/index-bytype.html +++ b/docs/manual/mod/index-bytype.html @@ -23,11 +23,25 @@ alphabetical list of all Apache directives.

-

Core

+

Core and Mutli-Processing Modules

Core
Core Apache features. +
dexter +
Multi-Processing Module with Threading via Pthreads; Fixed number +of processes, variable number of threads/child +
mpmt_pthread +
Multi-Processing Module with Threading via Pthreads; Variable number +of processes, constant number of threads/child +
mpm_winnt +
Multi-Processing Module with a single control process and a single +server process with multiple threads for Windows NT +
perchild +
Multi-Processing Module with the ability to server different +virtual hosts under different userids. +
prefork +
Non-threaded preforking processes model similar to Apache 1.3

Environment Creation