
geoff at modperlcookbook
Feb 23, 2004, 8:07 PM
Post #1 of 1
(1094 views)
Permalink
|
|
Re: cvs commit: modperl-docs/src/docs/2.0/api/Apache RequestRec.pod
|
|
> +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: docs-dev-unsubscribe [at] perl For additional commands, e-mail: docs-dev-help [at] perl
|