Re: cvs commit: httpd-2.0/modules/generators mod_cgid.c

2003-11-07 Thread Jeff Trawick
[EMAIL PROTECTED] wrote: +#ifdef _AIX see related thread "[PATCH] apr function to see if an arbitrary process is alive" on [EMAIL PROTECTED]

Re: cvs commit: httpd-2.0/modules/generators mod_cgid.c

2003-03-30 Thread Brian Pane
+1 for 2.0.45 Brian On Sun, 2003-03-30 at 20:44, [EMAIL PROTECTED] wrote: > wrowe 2003/03/30 20:44:11 > > Modified:modules/generators mod_cgid.c > Log: > Solve segfaults from unusual error exceptions in cgid. The daemon > has no 'real' request_rec, so we can't use ap_log_re

Re: cvs commit: httpd-2.0/modules/generators mod_cgid.c

2002-05-30 Thread Justin Erenkrantz
On Thu, May 30, 2002 at 12:54:39PM -0400, Bill Stoddard wrote: > The above section of code looks like a potential endless loop if the brigade does not > contain an EOS bucket. Should the check for child_stopped_reading occur after the > apr_bucket_read below? An EOS should be returned at some poi

Re: cvs commit: httpd-2.0/modules/generators mod_cgid.c

2002-05-30 Thread Bill Stoddard
> jerenkrantz02/05/29 22:42:46 > > Modified:modules/generators mod_cgid.c > Log: > Apply same patch to mod_cgid that was applied to mod_cgi so that it > bypasses the *_client_block calls in favor of using the input filters > and brigades directly. > > Revision ChangesPath