diff --git a/apache2/mlogc-src/mlogc-default.conf b/apache2/mlogc-src/mlogc-default.conf index 9d1d434b..919b1adc 100644 --- a/apache2/mlogc-src/mlogc-default.conf +++ b/apache2/mlogc-src/mlogc-default.conf @@ -66,7 +66,9 @@ MaxConnections 10 # How many requests a worker will process before recycling itself. # This is to help prevent problems due to any memory leaks that may -# exists. +# exists. If this is set to 0, then no maximum is imposed. The default +# is 1000 requests per worker (the number of workers is controlled by the +# MaxConnections limit). MaxWorkerRequests 1000 # The time each connection will sit idle before being reused,