Hi,

i am using mod_perl 1.99_08.

I have two mod_perl handlers:

...
PerlResponseHandler Test::handler0 Test::handler1
...

How can i brake the execution chain between handler0 and handler1? 
Whatever i try as handler0 return value (OK, DECLINED, FORBIDDEN, 404)
the 
handler1 is still executed. The documentation says, that any value
except DECLINED should do that.

What could i have done worng?

Helmut

Reply via email to