-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Igor Galić wrote: | | 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 | Cheers jmcg,
I'll apply this later. Tony - ----------------------------------------- Tony Stevenson [EMAIL PROTECTED] // [EMAIL PROTECTED] http://www.pc-tony.com/ 1024D/51047D66 ECAF DC55 C608 5E82 0B5E 3359 C9C7 924E 5104 7D66 - ----------------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkhzqiEACgkQyceSTlEEfWZNpQCeL7uS//zQBk+YrIIpdDLySgvj 1uIAniViJBBPWdcMAjSUAp91GLF4iO11 =NJCg -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
