You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2004/07/23 09:04:58 UTC

cvs commit: modperl-docs/src/docs/1.0/guide config.pod

stas        2004/07/23 00:04:58

  Modified:    src/docs/1.0/guide config.pod
  Log:
  correct PerlFreshRestart docs
  
  Revision  Changes    Path
  1.19      +3 -3      modperl-docs/src/docs/1.0/guide/config.pod
  
  Index: config.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/config.pod,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -u -r1.18 -r1.19
  --- config.pod	26 Nov 2003 08:40:10 -0000	1.18
  +++ config.pod	23 Jul 2004 07:04:58 -0000	1.19
  @@ -1096,10 +1096,10 @@
   =head2 PerlFreshRestart
   
   To reload C<PerlRequire>, C<PerlModule> and other C<use()>'d modules,
  -and to flush the C<Apache::Registry> cache on server restart, add to 
  +and to flush the C<Apache::Registry> cache on server restart, add to
   I<httpd.conf>:
   
  -  PerlFreshRestart Off
  +  PerlFreshRestart On
   
   Make sure you read L<Evil things might happen when using
   PerlFreshRestart|guide::troubleshooting/Evil_things_might_happen_when_using_PerlFreshRestart>.
  @@ -1112,7 +1112,7 @@
   
   But note that even if you have
   
  -  PerlFreshRestart No
  +  PerlFreshRestart Off
   
   and mod_perl as a DSO you will still get a I<FreshRestart>.
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org