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 ma...@here.com on 2013/09/05 11:20:56 UTC

How to distinguish between start and stop in a development

Hi,

I am developing a module which must do some clean-up work, when httpd is stopped.

How can I find out in my module, if stop was called?

Many thanks
Markus


Re: How to distinguish between start and stop in a development

Posted by Nick Kew <ni...@webthing.com>.
On Thu, 2013-09-05 at 09:20 +0000, markus.kopp@here.com wrote:
> Hi,
> 
> I am developing a module which must do some clean-up work, when httpd is stopped.

Register a cleanup on the process pool.

If you need that explained, see
http://www.apachetutor.org/dev/pools

-- 
Nick Kew