I considered PerlTransHandler because the problem sounds an awful lot
like URL re-writing (ala sessionids). I didn't mention it but there are other
apps running under the myserver.com domain. Since a PerlTransHandler cannot be within a Location, Directory or Files section and I didn't want to burden the other apps, I choose not to use a PerlTransHandler.
-derby
Comment on Re: Re: mod_perl and propogating path_info
Well, it's essentially the same as using mod_rewrite if you already have mod_perl compiled in.
You could also use $r->internal_redirect($new_uri) for this.