Hi, > > You hook child_init (ap_hook_child_init) and store your data in global > variables that are accessed by post_read_request and log_transaction. >
BTW, in a worker-MPM, is child_init executed for every created worker-thread? Or is it per process? Thank you, Andrej