dougm       02/04/06 16:27:59

  Modified:    .        INSTALL README
  Log:
  a few comments/adjustments
  
  Revision  Changes    Path
  1.5       +9 -0      modperl-2.0/INSTALL
  
  Index: INSTALL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/INSTALL,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- INSTALL   6 Apr 2002 16:10:38 -0000       1.4
  +++ INSTALL   7 Apr 2002 00:27:59 -0000       1.5
  @@ -10,4 +10,13 @@
   
   LoadModule perl_module modules/mod_perl.so
   
  +If the MP_INST_APACHE2=1 option was given to Makefile.PL, you'll want
  +to configure:
  +
  +PerlModule Apache2
  +
  +For compat with the 1.x version, you'll want to configure:
  +
  +PerlModule Apache::compat
  +
   See docs/user/config/config.pod for details.
  
  
  
  1.3       +10 -8     modperl-2.0/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/README,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README    6 Apr 2002 04:37:33 -0000       1.2
  +++ README    7 Apr 2002 00:27:59 -0000       1.3
  @@ -1,22 +1,24 @@
  -This is mod_perl version 2.0
  +This is mod_perl version 2.0-tobe
   
   Apache version 2.0.35 or higher is required.
   
   Perl version 5.6.0 or higher is required.
   
  -Perl with ithreads enabled is required to use mod_perl-2.0 with a
  -threaded MPM.
  +mod_perl is currently considered beta when used with the prefork MPM.
  +
  +mod_perl is currently considered alpha when used with a threaded MPM.
   
   Only DSO build of mod_perl-2.0 is currently supported, static builds
   will be support in the future.
   
  -mod_perl-2.0 is not 100% feature complete with the 1.xx version.
  +mod_perl-2.0-tobe is not 100% feature complete with the 1.xx version.
   See the todo/ directory for what remains to be done.
   
  -For comments, questions, bug-reports, etc., join the Apache/Perl
  -mailing list by sending mail to [EMAIL PROTECTED]
  -sending mail to [EMAIL PROTECTED]
  -will subscribe you to the very low-traffic announcements list.
  +For comments, questions, bug-reports, etc., join the mod_perl users
  +list by sending mail to [EMAIL PROTECTED]
  +
  +For announcements join the mod_perl announce list by sending mail to
  [EMAIL PROTECTED]
   
   mod_perl-2.0 was designed and written by Doug MacEachern, with
   contributions from many others (see the CREDITS and Changes files).
  
  
  


Reply via email to