> 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,
>
--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
> -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
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
---