]> granicus.if.org Git - apache/commitdiff
Add the perchild MPM to MPM.NAMING
authorRyan Bloom <rbb@apache.org>
Tue, 13 Feb 2001 02:00:29 +0000 (02:00 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 13 Feb 2001 02:00:29 +0000 (02:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88129 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/MPM.NAMING

index 452881b3b7f1db1b777c40a8fadad2248a60fa11..2d0e0484cb3047de235c4d65a9b681098725438e 100644 (file)
@@ -26,6 +26,9 @@ The following MPMs currently exist:
   prefork ....... Multi  Process Model with Preforking (Apache 1.3)
   dexter ........ Multi  Process Model with Threading via Pthreads
                   Constant number of processes, variable number of threads
+  perchild ...... Same as dexter, but each child process can have a different
+                  uid/gid.  If no special uid/gid is specified, this is
+                  dexter.
   mpmt_pthread .. Multi  Process Model with Threading via Pthreads
                   Variable number of processes, constant number of
                   threads/child (= Apache/pthread)