docs: document MaxRequestsPerChild in tinyproy.conf(5)

This commit is contained in:
Michael Adam 2009-09-28 09:36:20 +02:00
parent 553b95b3ed
commit 42b072b863

View File

@ -188,6 +188,15 @@ The possible keywords and their descriptions are as follows:
The number of servers to start initially. This should usually be
set to a value between MinSpareServers and MaxSpareServers.
*MaxRequestsPerChild*::
This limits the number of connections that a child process
will handle before it is killed. The default value is `0`
which disables this feature. This option is meant as an
emergency measure in the case of problems with memory leakage.
In that case, setting `MaxRequestsPerChild` to a value of e.g.
1000, or 10000 can be useful.
BUGS
----