On 9/25/07, Torsten Krah <[EMAIL PROTECTED]> wrote: > mod_jk registers the same way for Locations like mod_perl does. > Can i register "2" handlers or how can i solve this problem? > > I want to filter the output from mod_jk (SetHandler jakarte-servlet) - but i > cannot set both in apache configuration file?
Are you saying mod_jk is an output filter? If you want to filter its output, your mod_perl code should be an output filter. - Perrin