Re: Apache start/restart nuances (was Re: [mp2] Custom directives)

2004-05-17 Thread Stas Bekman
Geoffrey Young wrote: Hmm, have you by chance missed that I actually wrote the code that does that in the message that this reply goes to? And as I show there, it doesn't work. Please see my original (previous) post. thanks. sorry, I guess I was answering a different question. :) :) I thought you

Re: Apache start/restart nuances (was Re: [mp2] Custom directives)

2004-05-17 Thread Geoffrey Young
> Hmm, have you by chance missed that I actually wrote the code that does > that in the message that this reply goes to? And as I show there, it > doesn't work. Please see my original (previous) post. thanks. sorry, I guess I was answering a different question. :) I thought you were asking about

Re: Apache start/restart nuances (was Re: [mp2] Custom directives)

2004-05-17 Thread Stas Bekman
Geoffrey Young wrote: They aren't yet available in mp2, mostly due to the fact that they weren't available in the Apache API until recently, and from what Geoff has mentioned it seems to be incomplete yet. Geoff, what's the current status of these query flags? I wasn't following cvs commits for qui

Re: Apache start/restart nuances (was Re: [mp2] Custom directives)

2004-05-17 Thread Geoffrey Young
> They aren't yet available in mp2, mostly due to the fact > that they weren't available in the Apache API until recently, and from > what Geoff has mentioned it seems to be incomplete yet. Geoff, what's > the current status of these query flags? I wasn't following cvs commits > for quite some time

Apache start/restart nuances (was Re: [mp2] Custom directives)

2004-05-14 Thread Stas Bekman
Brent 'Dax' Royal-Gordon wrote: Stas Bekman wrote: a=SERVER_CREATE(); b=SERVER_CREATE(); RegulateDatabase(a, ...); global_init(b); global_init(c); I have no idea where 'c' is coming from--like I said, I've instrumented {SERVER,DIR}_{CREATE,MERGE}, which I think should cover e