> -----Original Message-----
> From: Olivier Poitrey [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 28, 2001 8:08 AM
> To: [EMAIL PROTECTED]
> Subject: How to handle the main parent exit
> 
> 
> Hello,
> 
> I would like to know if it's possible to handle the Apache's 
> main parent 
> exit event. I want call a method to clean some died datas (like shared
> memory segments).

use

Apache->server->register_cleanup();

from your startup.pl

HTH

--Geoff

Reply via email to