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