|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
A small fix for mpm_common.xmlHere'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@... For additional commands, e-mail: docs-help@... |
|
|
Re: A small fix for mpm_common.xml-----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 tony@... // pctony@... 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: docs-unsubscribe@... For additional commands, e-mail: docs-help@... |
|
|
Re: A small fix for mpm_common.xml-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Tony Stevenson wrote: | | | | I just checked, it should also apply agains 2.2.x | | | Cheers jmcg, | | I'll apply this later. | | Tony Committed to trunk - http://svn.apache.org/viewvc?rev=674934&view=rev Cheers, Tony - -- - ----------------------------------------- Tony Stevenson tony@... // pctony@... 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 iEYEARECAAYFAkhzynYACgkQyceSTlEEfWYIfgCggx0IO4dZsmjC1IFi8FjR8efq lsAAn0/szKJZOLeWlTwXDTkdLYaElms1 =h55T -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe@... For additional commands, e-mail: docs-help@... |
| Free Forum Powered by Nabble | Forum Help |