On Mon, Jun 28, 2021 at 10:28 AM Stefan Eissing <stefan.eiss...@greenbytes.de> wrote: > > what do you think about adding a hook for MPMQ state changes? > > AP_MPMQ_STARTING -> AP_MPMQ_RUNNING -> AP_MPMQ_STOPPING
Fine by me, we just need to make sure that the hooks are not called from signal handlers (e.g. MPM prefork sets AP_MPMQ_STOPPING in the stop_listening() handler). Cheers; Yann.