Add help files for new Apache options

https://github.com/webmin/webmin/issues/1821
This commit is contained in:
Ilia Ross
2026-06-21 23:03:19 +02:00
parent 859169bbae
commit 57d650cf9f
16 changed files with 105 additions and 23 deletions

View 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>