Re: module configuration kill

2011-01-13 Thread Peter Janovsky
:11:32 PM Subject: Re: module configuration kill On Wed, Jan 12, 2011 at 22:56, Peter Janovsky peterjanov...@yahoo.com wrote: that is definitely of use. thank you. where would i call apr_pool_register_cleanup? originally i thought it would be in register_hooks From your child_init hook

Re: module configuration kill

2011-01-13 Thread Victor Ronin
); ap_hook_child_init(child_handler, NULL, NULL, APR_HOOK_MIDDLE); } From: Ben Noordhuisi...@bnoordhuis.nl To: modules-dev@httpd.apache.org Sent: Wed, January 12, 2011 5:11:32 PM Subject: Re: module configuration kill On Wed, Jan 12, 2011 at 22:56, Peter

Re: module configuration kill

2011-01-12 Thread Peter Janovsky
To: modules-dev@httpd.apache.org Sent: Mon, January 10, 2011 6:43:42 PM Subject: Re: module configuration kill On Mon, 10 Jan 2011 14:16:43 -0800 (PST) Peter Janovsky peterjanov...@yahoo.com wrote: how do i go about preserving variable state specific to the individual worker? On a restart, the old