On Thu, Sep 29, 2005 at 05:31:30PM +0200, [EMAIL PROTECTED] wrote: > Any reason why the patch below is not commited yet? > I stumbled across this problem today and reminded myself of this discussion, > but was astonished to find out that it never had been commited.
Actually I postponed this until I'd had time to think about how this interacts with modules which create "daemon"-like children (e.g. cgid) which are forked from the parent and hence inherit the piped logger fds. I think that along with this change some hook to ensure that the pipes get closed in such children (and e.g. the listener socket too) would be necessary. joe