run once at apache stop

2007-03-05 Thread Sergey Borodich
th prompt something please... -- Sergey Borodich http://bor.org.ua

Re: run once at apache stop

2007-03-05 Thread Sergey Borodich
Torsten Foertsch пишет: > On Monday 05 March 2007 12:42, Sergey Borodich wrote: >> I need some technique what work as >> PerlRequire (or PerlPostConfigHandler) >> at apache start (it run only once) >> >> but I need similar technique for stop apache >>

Re: run once at apache stop

2007-03-05 Thread Sergey Borodich
Sergey Borodich пишет: >> 2) Another way for mp2: create a cleanup handler APR::Pool::cleanup_register >> for one of the global pools. Apache2::ServerRec::pool or >> Apache2::Process::pool come to mind. > thanks for way, I try exploring it > I hope for mp1 something s