You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-dev@perl.apache.org by Geoffrey Young <ge...@modperlcookbook.org> on 2004/02/24 04:07:49 UTC

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@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org