Re: [mp2] retrieving the calling handler

2005-02-01 Thread Philippe M. Chiasson
Dorian Taylor wrote: how would i go about retrieving (mod_perl or otherwise) the name of the immediate calling handler of the current handler being executed? i'm trying to do loop checking in which a given handler may need to be executed as a result of multiple subrequests, but never back to back.

[mp2] retrieving the calling handler

2005-01-31 Thread Dorian Taylor
how would i go about retrieving (mod_perl or otherwise) the name of the immediate calling handler of the current handler being executed? i'm trying to do loop checking in which a given handler may need to be executed as a result of multiple subrequests, but never back to back. e.g.: # httpd.conf