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? > > more or less..., CleanupHandler isn't qui

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

phases...

2001-01-09 Thread Geoffrey Young
just a little internals question... do all mod_perl hooks correspond to apache hooks? Do they have to? I've always wondered if it would be possible to add an extra pseudo-phase after content generation - kinda so I could set up different s to do whatever, then run EVERY request through a proces