stas 2002/07/31 02:30:07 Modified: src/docs/1.0/guide install.pod src/docs/2.0/devel/help help.pod src/docs/2.0/user/help help.pod src/docs/2.0/user/install install.pod Log: stress that Apache 2.0 works with mod_perl 2.0 and 1.3 with 1.0 Revision Changes Path 1.17 +4 -0 modperl-docs/src/docs/1.0/guide/install.pod Index: install.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/install.pod,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- install.pod 31 Jul 2002 09:25:38 -0000 1.16 +++ install.pod 31 Jul 2002 09:30:07 -0000 1.17 @@ -9,6 +9,10 @@ possible options you might want to use, including DSO build. It includes troubleshooting tips too. +First of all: + + Apache 2.0 doesn't work with mod_perl 1.0. + Apache 1.0 doesn't work with mod_perl 2.0. =head1 A Summary of a Basic mod_perl Installation 1.9 +4 -0 modperl-docs/src/docs/2.0/devel/help/help.pod Index: help.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/help/help.pod,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- help.pod 15 Apr 2002 08:55:42 -0000 1.8 +++ help.pod 31 Jul 2002 09:30:07 -0000 1.9 @@ -190,6 +190,10 @@ news gateway: news://news.perl.com/perl.porters-gw/ +=item Perl Dev Resources + +http://dev.perl.org/ + =item perforce Perl uses C<perforce> for its source revision control, see 1.10 +2 -2 modperl-docs/src/docs/2.0/user/help/help.pod Index: help.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/help/help.pod,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- help.pod 17 Jul 2002 08:08:01 -0000 1.9 +++ help.pod 31 Jul 2002 09:30:07 -0000 1.10 @@ -44,8 +44,8 @@ First of all: - Apache 2.x doesn't work with mod_perl 1.0. - Apache 1.x doesn't work with mod_perl 2.0. + Apache 2.0 doesn't work with mod_perl 1.0. + Apache 1.0 doesn't work with mod_perl 2.0. So if you aren't using Apache 2.x with mod_perl 2.0 please do not send any bug reports. 1.20 +5 -0 modperl-docs/src/docs/2.0/user/install/install.pod Index: install.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/install/install.pod,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- install.pod 16 Jul 2002 19:19:51 -0000 1.19 +++ install.pod 31 Jul 2002 09:30:07 -0000 1.20 @@ -12,6 +12,11 @@ =head1 Installing from Source +First of all: + + Apache 2.0 doesn't work with mod_perl 1.0. + Apache 1.0 doesn't work with mod_perl 2.0. + XXX: For Win32 specific installation doc here. Download the httpd-2.0 and modperl-2.0 tarballs, and extract them in the
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]