From: Jeff Trawick Date: Mon, 28 Mar 2011 17:13:12 +0000 (+0000) Subject: doc xforms X-Git-Tag: 2.3.12~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c175d83535da10fa255f146377f53af235f501dc;p=thirdparty%2Fapache%2Fhttpd.git doc xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086301 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index 0abd5402c1b..322f90b5c26 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -64,7 +64,7 @@ switch before dumping core Default:See usage for the default setting Context:server config Status:MPM -Module:mpm_winnt, prefork, worker +Module:event, prefork, worker

This controls the directory to which Apache httpd attempts to switch before dumping core. If your operating system is configured to @@ -106,7 +106,7 @@ after a crash Default:EnableExceptionHook Off Context:server config Status:MPM -Module:prefork, worker +Module:event, prefork, worker Compatibility:Available in version 2.0.49 and later

For safety reasons this directive is only available if the server was @@ -231,7 +231,7 @@ including other causes. Default:ListenBacklog 511 Context:server config Status:MPM -Module:mpm_netware, mpm_winnt, mpmt_os2, prefork, worker +Module:event, mpm_netware, mpm_winnt, mpmt_os2, prefork, worker

The maximum length of the queue of pending connections. Generally no tuning is needed or desired, however on some @@ -255,7 +255,7 @@ simultaneously Default:See usage for details Context:server config Status:MPM -Module:prefork, worker +Module:event, prefork, worker

The MaxClients directive sets the limit on the number of simultaneous requests that will be served. Any @@ -288,7 +288,7 @@ will handle during its life Default:MaxConnectionsPerChild 0 Context:server config Status:MPM -Module:mpm_netware, mpm_winnt, mpmt_os2, prefork, worker +Module:event, mpm_netware, mpm_winnt, mpmt_os2, prefork, worker Compatibility:Available Apache HTTP Server 2.3.9 and later. The old name MaxRequestsPerChild is still supported. @@ -313,7 +313,7 @@ to hold without calling free() Default:MaxMemFree 0 Context:server config Status:MPM -Module:mpm_netware, prefork, worker, mpm_winnt +Module:event, mpm_netware, prefork, worker, mpm_winnt

The MaxMemFree directive sets the maximum number of free Kbytes that the main allocator is allowed @@ -329,7 +329,7 @@ to hold without calling free() Default:See usage for details Context:server config Status:MPM -Module:mpm_netware, mpmt_os2, worker +Module:event, mpm_netware, mpmt_os2, worker

Maximum number of idle threads. Different MPMs deal with this directive differently.

@@ -378,7 +378,7 @@ spikes Default:See usage for details Context:server config Status:MPM -Module:mpm_netware, mpmt_os2, worker +Module:event, mpm_netware, mpmt_os2, worker

Minimum number of idle threads to handle request spikes. Different MPMs deal with this directive @@ -414,7 +414,7 @@ of the daemon Default:PidFile logs/httpd.pid Context:server config Status:MPM -Module:mpm_winnt, mpmt_os2, prefork, worker +Module:event, mpm_winnt, mpmt_os2, prefork, worker

The PidFile directive sets the file to which the server records the process id of the daemon. If the @@ -448,7 +448,7 @@ of the daemon Default:ReceiveBufferSize 0 Context:server config Status:MPM -Module:mpm_netware, mpm_winnt, mpmt_os2, prefork, worker +Module:event, mpm_netware, mpm_winnt, mpmt_os2, prefork, worker

The server will set the TCP receive buffer size to the number of bytes specified.

@@ -466,7 +466,7 @@ the child processes Default:ScoreBoardFile logs/apache_status Context:server config Status:MPM -Module:mpm_winnt, prefork, worker +Module:event, mpm_winnt, prefork, worker

Apache HTTP Server uses a scoreboard to communicate between its parent and child processes. Some architectures require a file to facilitate @@ -502,7 +502,7 @@ Apache HTTP Server Default:SendBufferSize 0 Context:server config Status:MPM -Module:mpm_netware, mpm_winnt, mpmt_os2, prefork, worker +Module:event, mpm_netware, mpm_winnt, mpmt_os2, prefork, worker

Sets the server's TCP send buffer size to the number of bytes specified. It is often useful to set this past the OS's standard @@ -530,7 +530,7 @@ Apache HTTP Server Default:See usage for details Context:server config Status:MPM -Module:prefork, worker +Module:event, prefork, worker

For the prefork MPM, this directive sets the maximum configured value for MaxClients for the lifetime of the @@ -581,7 +581,7 @@ Apache HTTP Server Default:See usage for details Context:server config Status:MPM -Module:mpmt_os2, prefork, worker +Module:event, mpmt_os2, prefork, worker

The StartServers directive sets the number of child server processes created on startup. As the number @@ -631,7 +631,7 @@ per child process Default:See usage for details Context:server config Status:MPM -Module:mpm_winnt, worker +Module:event, mpm_winnt, worker Compatibility:Available for mpm_winnt in Apache HTTP Server 2.0.41 and later @@ -672,7 +672,7 @@ and later Default:See usage for details Context:server config Status:MPM -Module:mpm_winnt, worker +Module:event, mpm_winnt, worker

This directive sets the number of threads created by each child process. The child creates these threads at startup and @@ -697,7 +697,7 @@ client connections Default:65536 on NetWare; varies on other operating systems Context:server config Status:MPM -Module:mpm_netware, mpm_winnt, worker, event +Module:event, mpm_netware, mpmt_os2, mpm_winnt, worker, event Compatibility:Available in Apache HTTP Server 2.1 and later

The ThreadStackSize directive sets the diff --git a/docs/manual/mod/mpm_common.xml.de b/docs/manual/mod/mpm_common.xml.de index 2385b07f04f..c74105c7fea 100644 --- a/docs/manual/mod/mpm_common.xml.de +++ b/docs/manual/mod/mpm_common.xml.de @@ -1,7 +1,7 @@ - + + +