Am Dienstag, 25. September 2007 schrieben Sie: > 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
Hm - to clarify things - heres my configuration:
<Location /ApacheFilterProjekt/>
SetHandler modperl
PerlOutputFilterHandler MMS::HideRedirectURI::handler
</Location>
This is the "way" me is registering my output filter.
If i use mod_jk - i can register it with SetHandler jakarta-servlet or via
JkMount /URI (as told by
http://tomcat.apache.org/connectors-doc/reference/apache.html).
If i do it the first way, my OutputFilter does not get invoked - if i do it
the second way mod_jk doesn't get invoked.
Did i register the filter in a wrong way? Or can it be done otherwise?
Torsten
smime.p7s
Description: S/MIME cryptographic signature
