config handling (was: Re: cvs commit: httpd-2.0/server core.c)

2002-05-20 Thread Greg Stein
On Sat, May 18, 2002 at 12:32:20PM -0500, William A. Rowe, Jr. wrote: ... Ok, segfault is gone. So is some validation that ServerRoot occured in a global context. Actually, that means that LoadModule and others are not tested to be in the global context either. (see further below) ...

Re: config handling (was: Re: cvs commit: httpd-2.0/server core.c)

2002-05-20 Thread Scott Hess
On Mon, 20 May 2002, Greg Stein wrote: On Sat, May 18, 2002 at 12:32:20PM -0500, William A. Rowe, Jr. wrote: On Win32, we load-unload-reload the parent, then load-unload-reload the child config. Losing both redundant unload-load sequences will be a huge win at startup. Yup. If we

Re: config handling (was: Re: cvs commit: httpd-2.0/server core.c)

2002-05-20 Thread William A. Rowe, Jr.
At 07:31 PM 5/20/2002, Scott Hess wrote: On Mon, 20 May 2002, Greg Stein wrote: On Sat, May 18, 2002 at 12:32:20PM -0500, William A. Rowe, Jr. wrote: On Win32, we load-unload-reload the parent, then load-unload-reload the child config. Losing both redundant unload-load sequences will