Return-Path: Delivered-To: apmail-modperl-cvs-archive@apache.org Received: (qmail 23878 invoked by uid 500); 7 Apr 2002 00:28:00 -0000 Mailing-List: contact modperl-cvs-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@perl.apache.org Delivered-To: mailing list modperl-cvs@apache.org Received: (qmail 23859 invoked by uid 500); 7 Apr 2002 00:28:00 -0000 Delivered-To: apmail-modperl-2.0-cvs@apache.org Date: 7 Apr 2002 00:27:59 -0000 Message-ID: <20020407002759.89757.qmail@icarus.apache.org> From: dougm@apache.org To: modperl-2.0-cvs@apache.org Subject: cvs commit: modperl-2.0 INSTALL README X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 modperl-subscribe@perl.apache.org. -sending mail to announce-subscribe@perl.apache.org -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 modperl-subscribe@perl.apache.org. + +For announcements join the mod_perl announce list by sending mail to +announce-subscribe@perl.apache.org. mod_perl-2.0 was designed and written by Doug MacEachern, with contributions from many others (see the CREDITS and Changes files).