
i.galic at brainsware
Jul 8, 2008, 9:42 AM
Post #1 of 3
(408 views)
Permalink
|
|
A small fix for mpm_common.xml
|
|
Here's a hotfix for mpm_common.xml, which is missing a <var></var> around number, and thus confused me quite a bit: [snip] Index: manual/mod/mpm_common.xml =================================================================== --- manual/mod/mpm_common.xml (revision 674832) +++ manual/mod/mpm_common.xml (working copy) @@ -628,7 +628,7 @@ 75</code> and deal with idle threads on a server-wide basis. If there aren't enough idle threads in the server then child processes are created until the number of idle threads is greater - than number.</p> + than <var>number</var>.</p> <p><module>mpm_netware</module> uses a default of <code>MinSpareThreads 10</code> and, since it is a single-process [/snip] I just checked, it should also apply agains 2.2.x So long, Igor --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe[at]httpd.apache.org For additional commands, e-mail: docs-help[at]httpd.apache.org
|