On Sun, Sep 26, 2004 at 06:08:54PM +0200, Mladen Turk wrote:
> proxy_worker_stat should be initialized on child_init for any worker.
> Since it's value is NULL in your case it's never been called.
> The change is that it was moved from post_config to child_init when
> the scoreboard is created.
Your commit just now fixed this here too - thanks Mladen.
> What's the platform? I've tested on RH9 (both prefork and worker) as
> well as WIN32 and there was no problem.
> Perhaps the aszPred("mpm_winnt.c") makes the problems?
Linux/RHEL3 with prefork, for the record...
joe