Hi, I'm trying
to migrate some existing mod_perl 1 code to mod_perl 2. The original code uses
many calls like: my $value = $r->args->{'foo'};
$r->args->{'foo'} = "bar";
to get and set request parameters. I couldn't seem to find an equivalent in
mod_perl 2, Apache2::Request allows retrieving
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_