On 24.03.2009 18:25, Scott Downing wrote:
Hi!A few times a day in the apache error logs I find: Could not pass request to proper child, request will not be honoured.I'm running the DC2 patch, I've added more Multiplexers and increased MaxProcessors and just about every setting I've increased but I still get the errors. What would be really nice is if the error would actually tell me which virtual host is being overwhelmed as the error appears in the general apache error log and not the error log for individual vhosts. So I've just been blindly increasing things to see if there's any difference and so far I've seen no change. Can anyone give me some suggestions? -Scott The error means that the multiplexer is unable pass the request to the processor. One of the causes can be that there aren't enough processors available, but could also be that there's some bug with passing request (the processor just exited, for example) - perhaps we should add another warning (even temporarily) about the processor not having any free children, so we can rule that out. Although the "could not pass request" message should be fixed (by adding more detail), yes. We are currently doing some fixes to the previous DC patch (probably will be releasing it in a few days), so I'll see to it that dropping a request like this gets more details in the logs (btw, we have recently noticed these messages in our logs also). Taavi |
_______________________________________________ Peruser mailing list [email protected] http://www.telana.com/mailman/listinfo/peruser
