I have two handlers to be accessed. My motive is to use the second handler if the first handler returns DECLINED.
I have tried various combinations of SetHandler, AddHandler and AddType but none has worked as overriding takes place in all of these combinations.
Is there any method in Apache to use more than one handler without overriding?