From: Jeff Trawick Date: Mon, 28 Mar 2011 17:08:25 +0000 (+0000) Subject: add event MPM to the module list where necessary (most directives X-Git-Tag: 2.3.12~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a92b9fa4b893334779cce5ccf5865ab65561e5b0;p=thirdparty%2Fapache%2Fhttpd.git add event MPM to the module list where necessary (most directives documented here) add mpmt_os2 to the list for ThreadStackSize remove mpm_winnt from the list for CoreDumpDirectory git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086299 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 16ac26606be..bf11becc8c1 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -34,7 +34,7 @@ switch before dumping core CoreDumpDirectory directory See usage for the default setting server config -mpm_winntprefork +eventprefork worker @@ -79,7 +79,8 @@ after a crash EnableExceptionHook Off server config -preforkworker +eventprefork +worker Available in version 2.0.49 and later @@ -124,8 +125,9 @@ of the daemon PidFile filename PidFile logs/httpd.pid server config -mpm_winntmpmt_os2 -preforkworker +eventmpm_winnt +mpmt_os2preforkworker +

The PidFile directive sets the file to @@ -250,6 +252,7 @@ including other causes. ListenBacklog 511 server config +event mpm_netwarempm_winnt mpmt_os2prefork worker @@ -276,7 +279,8 @@ simultaneously MaxClients number See usage for details server config -preforkworker +eventprefork +worker @@ -314,8 +318,9 @@ to hold without calling free() MaxMemFree KBytes MaxMemFree 0 server config -mpm_netwareprefork -workermpm_winnt +eventmpm_netware +preforkworkermpm_winnt +

The MaxMemFree directive sets the @@ -332,7 +337,7 @@ will handle during its life MaxConnectionsPerChild number MaxConnectionsPerChild 0 server config -mpm_netware +eventmpm_netware mpm_winntmpmt_os2 preforkworker Available Apache HTTP Server 2.3.9 and later. The old name @@ -358,8 +363,8 @@ will handle during its life MaxSpareThreads number See usage for details server config -mpm_netwarempmt_os2 -worker +eventmpm_netware +mpmt_os2worker

Maximum number of idle threads. Different MPMs deal with this @@ -405,8 +410,8 @@ spikes MinSpareThreads number See usage for details server config -mpm_netwarempmt_os2 -worker +eventmpm_netware +mpmt_os2worker

Minimum number of idle threads to handle request spikes. @@ -439,8 +444,8 @@ the child processes ScoreBoardFile file-path ScoreBoardFile logs/apache_status server config -mpm_winntprefork -worker +eventmpm_winnt +preforkworker

Apache HTTP Server uses a scoreboard to communicate between its parent @@ -473,8 +478,8 @@ Apache HTTP Server ReceiveBufferSize bytes ReceiveBufferSize 0 server config -mpm_netwarempm_winnt -mpmt_os2prefork +eventmpm_netware +mpm_winntmpmt_os2prefork worker @@ -492,8 +497,8 @@ Apache HTTP Server SendBufferSize bytes SendBufferSize 0 server config -mpm_netwarempm_winnt -mpmt_os2prefork +eventmpm_netware +mpm_winntmpmt_os2prefork worker @@ -522,8 +527,8 @@ Apache HTTP Server ServerLimit number See usage for details server config -preforkworker - +eventprefork +worker

For the prefork MPM, this directive sets the @@ -580,7 +585,7 @@ Apache HTTP Server StartServers number See usage for details server config -mpmt_os2 +eventmpmt_os2 preforkworker @@ -634,8 +639,8 @@ per child process ThreadLimit number See usage for details server config -mpm_winntworker - +eventmpm_winnt +worker Available for mpm_winnt in Apache HTTP Server 2.0.41 and later @@ -680,7 +685,8 @@ and later ThreadsPerChild number See usage for details server config -mpm_winntworker +eventmpm_winnt +worker

This directive sets the number of threads created by each @@ -705,8 +711,9 @@ client connections ThreadStackSize size 65536 on NetWare; varies on other operating systems server config -mpm_netware - mpm_winntworkerevent +eventmpm_netware +mpmt_os2mpm_winntworker +event Available in Apache HTTP Server 2.1 and later