using object-methods in set_handlers

2006-07-27 Thread Gernot Homma
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

AW: multiple instances of one web application

2004-11-16 Thread Gernot Homma
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,