mirror of
https://github.com/webmin/webmin.git
synced 2026-06-22 20:20:28 +01:00
Add help files for new Apache options
https://github.com/webmin/webmin/issues/1821
This commit is contained in:
7
apache/help/ThreadsPerChild.html
Normal file
7
apache/help/ThreadsPerChild.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<header>Worker threads per child process</header>
|
||||
The <tt>ThreadsPerChild</tt> directive sets how many worker threads Apache
|
||||
creates in each child process when using a threaded MPM.
|
||||
<p>
|
||||
The total request capacity for threaded MPMs is controlled by this value
|
||||
together with <tt>ServerLimit</tt> and <tt>MaxRequestWorkers</tt>.
|
||||
<p><footer>
|
||||
Reference in New Issue
Block a user