Re: Multiple PostReadRequest handlers

2001-11-27 Thread Stas Bekman
> Ah, I know what's going on. I have one handler defined at the top level > (outside any container) and one defined in that particular . > >> From what I read in mod_perl source, at merge time the latter replaces > > the former. So I guess I should either declare them both at the same level, >

RE: Multiple PostReadRequest handlers

2001-11-27 Thread Eric Cholet
--On mardi 27 novembre 2001 09:53 -0500 Geoffrey Young <[EMAIL PROTECTED]> wrote: >> -Original Message- >> From: Eric Cholet [mailto:[EMAIL PROTECTED]] >> Sent: Tuesday, November 27, 2001 7:53 AM >> To: [EMAIL PROTECTED] >> Subject: Multiple Pos

RE: Multiple PostReadRequest handlers

2001-11-27 Thread Geoffrey Young
> -Original Message- > From: Eric Cholet [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 27, 2001 7:53 AM > To: [EMAIL PROTECTED] > Subject: Multiple PostReadRequest handlers > > > Is it possible to have several PostReadRequest handlers > run for a req

Multiple PostReadRequest handlers

2001-11-27 Thread Eric Cholet
Is it possible to have several PostReadRequest handlers run for a request? I have an issue where I define two of them but only the second one is being run. Maybe this is a matter of the return code of the handlers? This is under mod_perl 1.x/apache 1.x -- Eric Cholet ---