Re: Buckets and brigades

2006-04-22 Thread Tom Hoefakker
you pull (ap_get_brigade) from the input filters and push (ap_pass_brigade) to the output filters. So yes, at first the next in the context of input filters may seem a little backwards as you start with the last filter and pull from what you may visualize as the previous filter. Tom

Re: [PATCH] PR 26467 child process can hang when piped logger goes away

2005-05-15 Thread Tom Hoefakker
Perhaps while we're dealing with piped log process/pipe management perhaps we can take care of this one at the same time: http://issues.apache.org/bugzilla/show_bug.cgi?id=34537 Thanks! Tom Jeff Trawick wrote: Apache keeps the read handle to the pipe open in the child process. Thus, if the

Re: [PATCH] PR 26467 child process can hang when piped logger goes away

2005-05-15 Thread Tom Hoefakker
good point. I suspected there was a reason for the difference in behavior between this and mod_log_config. Jeff Trawick wrote: On 5/15/05, Tom Hoefakker [EMAIL PROTECTED] wrote: Perhaps while we're dealing with piped log process/pipe management perhaps we can take care of this one at the same

Re: ap_getword_conf should die.

2005-05-04 Thread Tom Hoefakker
Regarding #3 -- Please don't remove support support for environment variables within the config. I find that to be a very useful feature, especially when supporting multple httpd instances on a server. It works great in conjunction with a modified version of apachectl -- which reads instance