RE: phases...

2001-01-09 Thread Geoffrey Young
> -Original Message- > From: Gerald Richter [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 09, 2001 2:45 PM > To: Geoffrey Young; [EMAIL PROTECTED] > Subject: Re: phases... > > > > > > do all mod_perl hooks correspond to apache hooks? > >

Re: phases...

2001-01-09 Thread Gerald Richter
> > do all mod_perl hooks correspond to apache hooks? more or less..., CleanupHandler isn't quite an Apache Hook, but get's called when Apache cleans up his request data. >Do they have to? > mod_perl doesn't get control outside of a Apache hooks (and resource cleanup). The only addtional possib