stas        02/05/17 10:59:18

  Modified:    src/docs/2.0/devel/testing testing.pod
  Log:
  add a note that SetHandler is different in 2.0, so people won't try to use
  'SetHandler modperl' 1.x
  
  Revision  Changes    Path
  1.20      +6 -1      modperl-docs/src/docs/2.0/devel/testing/testing.pod
  
  Index: testing.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/testing/testing.pod,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- testing.pod       14 May 2002 17:42:46 -0000      1.19
  +++ testing.pod       17 May 2002 17:59:18 -0000      1.20
  @@ -905,7 +905,12 @@
   
   As you can see we just add a simple E<lt>LocationE<gt> container and
   tell Apache that the namespace I</test/amazing> should be handled by
  -C<Apache::Amazing> module running as a mod_perl handler.
  +C<Apache::Amazing> module running as a mod_perl handler. Notice that:
  +
  +      SetHandler modperl
  +
  +is mod_perl 2.0 configuration, if you are running under mod_perl 1.x
  +use the appropriate setting.
   
   As mentioned before you can use C<Apache::Reload> to automatically
   reload the modules under development when they change. The setup for
  
  
  

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

Reply via email to