stas        2004/07/23 00:11:39

  Modified:    src/docs/1.0/guide config.pod
  Log:
  add a xref to PerlFreshRestart
  
  Revision  Changes    Path
  1.20      +5 -0      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.19
  retrieving revision 1.20
  diff -u -u -r1.19 -r1.20
  --- config.pod        23 Jul 2004 07:04:58 -0000      1.19
  +++ config.pod        23 Jul 2004 07:11:39 -0000      1.20
  @@ -665,6 +665,11 @@
   C<require()>'d, it must return a I<true> value.  To ensure that this
   happens don't forget to add C<1;> at the end of I<startup.pl>.
   
  +Notice that unless mod_perl is compiled as DSO and unless
  +C<L<PerlFreshRestart|/PerlFreshRestart>> is set to C<On>, one needs to
  +fully stop and start Apache for any changes to take affect, if the
  +files and modules have been modified.
  +
   =head2 Perl*Handlers
   
   As you probably know Apache traverses a loop for each HTTP request it
  
  
  

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

Reply via email to