> +You need to adjust C<$r-E<gt>uri> and C<$r-E<gt>filename> as well if > +you run that code in C<PerlPostReadRequestHandler> phase, since if you > +don't -- C<mod_proxy>'s fixup handler will override your settings.
actually it's mod_proxy's own post-read-request handler - since post-read-request is RUN_ALL and mod_perl typically runs first (at least it does now :) mod_proxy will follow your PerlPostReadRequestHandler with it's own and redo the logic. --Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]