stas 2004/02/23 19:01:04
Modified: src/docs/2.0/api/Apache RequestRec.pod
Log:
correction from geoff
Revision Changes Path
1.9 +3 -2 modperl-docs/src/docs/2.0/api/Apache/RequestRec.pod
Index: RequestRec.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/RequestRec.pod,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -u -r1.8 -r1.9
--- RequestRec.pod 24 Feb 2004 00:35:22 -0000 1.8
+++ RequestRec.pod 24 Feb 2004 03:01:04 -0000 1.9
@@ -81,8 +81,9 @@
$r->proxyreq(0);
-You need to adjust C<$r-E<gt>uri> and C<$r-E<gt>filename> as well.
-
+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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]