hello,
i've got the following issue, i'm using an Object-method as
PerlFixupHandler, and depending on some Tests on the uri i want to set
the modperl Handler to another method of the object (not the class).(see
also the comments in the code below)
Any Suggestions out there?
thanks in advance
g
Hello
Harald,
i
think you can use instances instead of classes, under mod_perl 1 i have the
following setup (the code ist just to show how it should work
;.)
under
mod_perl, i think you just have to change the name of the directives(PerlHandler
=> PerlResponseHandler), but i'm not shure,