upon module initialization the registered configuration function is called.
the
module calls the same configuration function upon stop/restart of the apache
httpd worker processes. the problem i'm experiencing is the variables within
the configuration struct i've specified for the module are reinitialized when
the configuration function is called upon stop/restart of the worker processes.
is there an internal event i can hook into to determine if the worker has been
stopped, restarted or in-the-process of crashing?
how do i go about preserving variable state specific to the individual worker?
thnx for all your help in advance - peter