Commit ffb5701b authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Add the perchild MPM to MPM.NAMING


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88129 13f79535-47bb-0310-9956-ffa450edef68
parent fd281b2f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)