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>Thread limit per child process</header>
The <tt>ThreadLimit</tt> directive sets the hard upper limit for the number of
worker threads that can be configured in each child process.
<p>
It must be high enough for <tt>ThreadsPerChild</tt>. Increasing this value may
require a full Apache stop and start before it takes effect.
<p><footer>