]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
- mpm_common:
authorAndre Malo <nd@apache.org>
Sun, 22 Dec 2002 22:31:24 +0000 (22:31 +0000)
committerAndre Malo <nd@apache.org>
Sun, 22 Dec 2002 22:31:24 +0000 (22:31 +0000)
commita4a0b0f31ff78b1a4046254ca295658f70d2dad6
tree683ef648bcd74bcd86c93c6605645867d972ee4e
parentab24ab2b15676e063784a73190355cfd940dbcb6
- mpm_common:
  * fixed the <modulelist>s in mpm_common
  * moved AcceptMutex to mpm_common;
    document the mutex mechanism "posixsem"
  * added BS2000Account to mpm_common
    (I'm not sure, whether it should appear here or elsewhere. It *seems*
    to be supported only by prefork and perchild (if perchild would work)).
    The description is obtained from the 1.3 docs.
  * fixed several default values
  * moved MaxThreadsPerChild and NumServers out to perchild
    (btw: we could consider to rename NumServers to StartServers...)
  * rearranged some stuff and added several comments, that I found useful
    ;-)
- mpm_netware:
  * MaxThreads 2048 (as maximum and default)
- perchild:
  * extended the explanations about using different user ids. Hope, that's
    correct.
  * extended and adjusted the directive descriptions
    (remember, NumServers and MaxThreadsPerChild moved in)
- prefork:
  * moved AcceptMutex to mpm_common (as stated already above)
- mpm_winnt:
  * added reference to ScoreBoardFile
- worker:
  * added reference to AcceptMutex
- general: markup & formatting

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98075 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/mod/mpm_common.xml
docs/manual/mod/mpm_netware.xml
docs/manual/mod/mpm_winnt.xml
docs/manual/mod/perchild.xml
docs/manual/mod/prefork.xml
docs/manual/mod/worker.xml