Re: Help with PerlTransHandler
On Monday 23 May 2005 00:28, Johnny Shz wrote: > > JkUriSet worker ajp13:localhost:8009 > I think, you need a SetHandler inside the . Then mod_rewrite should work as well. Torsten pgpyWHh4aT6xN.pgp Description: PGP signature
Help with PerlTransHandler
Hi, I'm trying to write my own translation handler. The problem is that I'd like to map something like: /foo.html to /bar/servlet/test where /bar/ is supposed to be handled by mod_jk with something like: JkUriSet worker ajp13:localhost:8009 When I tried to use mod_