Re: cvs commit: httpd-2.0/server main.c core.c

2002-01-08 Thread David Reid
So, why were we using pconf??? :) Seems like we've fixed a bug anyways. david > On Tuesday 08 January 2002 08:49 am, Justin Erenkrantz wrote: > > On Tue, Jan 08, 2002 at 04:30:16PM -, [EMAIL PROTECTED] wrote: > > > dreid 02/01/08 08:30:16 > > > > > > Modified:server main.c co

Re: cvs commit: httpd-2.0/server main.c core.c

2002-01-08 Thread William A. Rowe, Jr.
From: <[EMAIL PROTECTED]> Sent: Tuesday, January 08, 2002 10:30 AM > 1.127 +2 -1 httpd-2.0/server/core.c > > Index: core.c > === > RCS file: /home/cvs/httpd-2.0/server/core.c,v > retrieving revision 1.126 > r

Re: cvs commit: httpd-2.0/server main.c core.c

2002-01-08 Thread Ryan Bloom
On Tuesday 08 January 2002 08:49 am, Justin Erenkrantz wrote: > On Tue, Jan 08, 2002 at 04:30:16PM -, [EMAIL PROTECTED] wrote: > > dreid 02/01/08 08:30:16 > > > > Modified:server main.c core.c > > Log: > > This small patch modifies the log's to use plog instead of pconf. > >

Re: cvs commit: httpd-2.0/server main.c core.c

2002-01-08 Thread David Reid
> On Tue, Jan 08, 2002 at 04:30:16PM -, [EMAIL PROTECTED] wrote: > > dreid 02/01/08 08:30:16 > > > > Modified:server main.c core.c > > Log: > > This small patch modifies the log's to use plog instead of pconf. > > Basically pconf is cleared at different times from plog, an

Re: cvs commit: httpd-2.0/server main.c core.c

2002-01-08 Thread Justin Erenkrantz
On Tue, Jan 08, 2002 at 04:30:16PM -, [EMAIL PROTECTED] wrote: > dreid 02/01/08 08:30:16 > > Modified:server main.c core.c > Log: > This small patch modifies the log's to use plog instead of pconf. > Basically pconf is cleared at different times from plog, and this > has