Author: stas
Date: Tue Nov 23 10:03:50 2004
New Revision: 106323

Modified:
   perl/modperl/docs/trunk/src/docs/2.0/api/Apache/RequestRec.pod
Log:
updates from Geoff


Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache/RequestRec.pod
Url: 
http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache/RequestRec.pod?view=diff&rev=106323&p1=perl/modperl/docs/trunk/src/docs/2.0/api/Apache/RequestRec.pod&r1=106322&p2=perl/modperl/docs/trunk/src/docs/2.0/api/Apache/RequestRec.pod&r2=106323
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache/RequestRec.pod      
(original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache/RequestRec.pod      Tue Nov 
23 10:03:50 2004
@@ -604,9 +604,13 @@
 =item since: 1.99_12
 
 =back
+after map-to-storage runs (such as from a
+PerlFixupHandler).
 
-Note that if you change the filename and expect Apache to serve it,
-you need to update its C<stat> record, like so:
+Note that if you change the filename after the
+C<L<PerlMapToStorageHandler|docs::2.0::user::handlers::http/PerlMapToStorageHandler>>
+phase was run and expect Apache to serve it, you need to update its
+C<stat> record, like so:
 
   use Apache::RequestRec ();
   use APR::Finfo ();
@@ -678,7 +682,7 @@
 
   use APR::Finfo ();
   use APR::Const -compile => qw(FINFO_NORM);
-
+  
   my $finfo = APR::Finfo::stat(__FILE__, APR::FINFO_NORM, $r->pool);
   $r->finfo($finfo);
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to