You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modules-dev@httpd.apache.org by chary <ya...@gmail.com> on 2013/02/05 03:29:51 UTC

how to do something in a mod when apache is shutting down?

I'm writing a mod for apache, and I need some help.

how to do something in a mod when apache is shutting down? 

What kind of hooks could be used?

 

Thanks for any reply.

chary

 


Re: how to do something in a mod when apache is shutting down?

Posted by Nick Kew <ni...@apache.org>.
On 5 Feb 2013, at 02:29, chary wrote:

> I'm writing a mod for apache, and I need some help.
> 
> how to do something in a mod when apache is shutting down? 
> 
> What kind of hooks could be used?

Register your function as a cleanup on the process pool.

-- 
Nick Kew