Configuration loading twice - how to cope?

2002-01-10 Thread William R Ward
The Apache server processes its config file twice when starting up, and our code doesn't react well to that. On the first pass, everything initializes hunky-dorily (if that's a word), but on the second pass lots of stuff that is assumed to be loaded in memory doesn't work. This has been

Re: Configuration loading twice - how to cope?

2002-01-10 Thread Geoffrey Young
William R Ward wrote: The Apache server processes its config file twice when starting up, and our code doesn't react well to that. On the first pass, everything initializes hunky-dorily (if that's a word), but on the second pass lots of stuff that is assumed to be loaded in memory doesn't

Re: Configuration loading twice - how to cope?

2002-01-10 Thread Hans Poo
El Mié 09 Ene 2002 18:16, William R Ward escribió: The Apache server processes its config file twice when starting up, and our code doesn't react well to that. On the first pass, everything initializes hunky-dorily (if that's a word), but on the second pass lots of stuff that is assumed to

Re: Configuration loading twice - how to cope?

2002-01-10 Thread Perrin Harkins
hrm. the problem might not be the double-loading of httpd.conf then - that's been around since, well, before most of us (I tracked that down to apache 0.9 once through list archives) more likely is this: http://marc.theaimsgroup.com/?l=apache-modperlm=100510779912574w=2 and the other

Re: Configuration loading twice - how to cope?

2002-01-10 Thread William R Ward
Geoffrey Young [EMAIL PROTECTED] writes: William R Ward wrote: The Apache server processes its config file twice when starting up, and our code doesn't react well to that. On the first pass, everything initializes hunky-dorily (if that's a word), but on the second pass lots of stuff