Re: pre_mpm hook

2004-11-13 Thread Bojan Smojver
Quoting Bojan Smojver [EMAIL PROTECTED]: Am I on the right track, or should I start over? Tried doing that, it's a complete dead end. Don't worry about this one, I'll figure something else out... -- Bojan

pre_mpm hook

2004-11-11 Thread Bojan Smojver
I'm searching for a hook that only gets called only when the initial, parent process starts and never again (not even on graceful restart). I found a few references to pre_mpm and had a look at the scoreboard.c file, which defines this hook. But, I'm still not clear if that is what I want and if

pre_mpm hook, module-created child processes which need to access the scoreboard and config

2004-08-17 Thread Jeff Trawick
a module which creates child processes which access the scoreboard must create that child in the pre_mpm hook, since that is the hook where the scoreboard is created (it must be hooked after the core's pre_mpm hook so that the scoreboard has already been created) but this hook isn't called

Re: pre_mpm hook, module-created child processes which need to access the scoreboard and config

2004-08-17 Thread Jeff Trawick
On Tue, 17 Aug 2004 06:19:48 -0400, Jeff Trawick [EMAIL PROTECTED] wrote: if a module could determine if the server is gracefully restarting, humor the only way to determine this is to hook the error log and look for the different NOTICE messages issued by MPMs: prefork: Graceful restart