[OT] help filtering apache list mails

2012-03-22 Thread Alberto Fuentes
I think i received this mail via apache list. I am able to filter most of the mails via headers, but some of them like this one, i can't. Can somebody help me relate this kind of mail to apache list? greets! aL Received: from liszt.debian.org (liszt.debian.org [82.195.75.100]) by thor.

Re: why MaxRequestsPerChild is defaulted to 0 in apache2 prefork default conf?

2012-03-13 Thread Alberto Fuentes
On 13/03/12 18:02, Arno Töll wrote: Pretending we trust third party modules to do proper housekeeping MaxRequestsPerChild 0 is feasible. If it is not for you, you can always change it - that's what configuration files are for. Yup, i sure can change it. Its and editable conf file! :) My ques

why MaxRequestsPerChild is defaulted to 0 in apache2 prefork default conf?

2012-03-13 Thread Alberto Fuentes
In the prefork module, the MaxRequestsPerChild defaults to 0. I wonder why such thing is done. The only reason to do so is to increase performance with heavy loads but it carries a problem with it. If the process start leaking for whatever reason, it will drag the server until it runs out of me