Re: Question about Apache2::ServerUtil and PerlCleanupHandler

2008-12-05 Thread Kostas Chatzikokolakis
Thanks for the quick and prompt reply guys. > $s->push_handlers as well as $s->add_config modify the server > configuration object while $r->... modify the runtime request > configuration. The server methods are intended to be used only at > startup time (up to PerlPostConfig, perhaps PerlChild

Re: Question about Apache2::ServerUtil and PerlCleanupHandler

2008-12-05 Thread Torsten Foertsch
On Fri 05 Dec 2008, Kostas Chatzikokolakis wrote: > I'd like to ask what is the intended behaviour of >  Apache2::ServerUtil->server->push_handlers(PerlCleanupHandler => > ...) compared to >  Apache2::RequestUtil->request->push_handlers(PerlCleanupHandler => > ...) > > On my Ubuntu 8.10 (mod_perl 2

Re: Question about Apache2::ServerUtil and PerlCleanupHandler

2008-12-05 Thread André Warnier
Hi. Without being an expert, this is my 2 cent : Kostas Chatzikokolakis wrote: Hello, I'd like to ask what is the intended behaviour of Apache2::ServerUtil->server->push_handlers(PerlCleanupHandler => ...) compared to Apache2::RequestUtil->request->push_handlers(PerlCleanupHandler => ...) O

Question about Apache2::ServerUtil and PerlCleanupHandler

2008-12-05 Thread Kostas Chatzikokolakis
Hello, I'd like to ask what is the intended behaviour of Apache2::ServerUtil->server->push_handlers(PerlCleanupHandler => ...) compared to Apache2::RequestUtil->request->push_handlers(PerlCleanupHandler => ...) On my Ubuntu 8.10 (mod_perl 2.0.4, apache 2.2.9) cleanup handlers installed on $s se