
randyk at apache
May 27, 2006, 2:00 PM
Post #1 of 1
(768 views)
Permalink
|
|
svn commit: r409875 - /perl/modperl/docs/trunk/src/docs/2.0/os/win32/install.pod
|
|
Author: randyk Date: Sat May 27 14:00:17 2006 New Revision: 409875 URL: http://svn.apache.org/viewvc?rev=409875&view=rev Log: Mention presence of a mod_perl-2.2 ppm package for Apache/2.2. Modified: perl/modperl/docs/trunk/src/docs/2.0/os/win32/install.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/os/win32/install.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/os/win32/install.pod?rev=409875&r1=409874&r2=409875&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/os/win32/install.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/os/win32/install.pod Sat May 27 14:00:17 2006 @@ -14,7 +14,7 @@ request at a time. This effectively prevents concurrent processing, which can have serious implications for busy sites. This problem is addressed in the multi-thread/multi-process approach of mod_perl -2.0/Apache 2.0, which consequently requires a Perl built with ithreads +2.0/Apache 2.x, which consequently requires a Perl built with ithreads enabled. There are some threading issues in perl-5.6 @@ -23,9 +23,6 @@ required perl version is 5.8 (upon which ActivePerl builds 8xx are based) for use with mod_perl 2.0 on Win32. -Note that, at the present time, mod_perl 2 is in a development -stage, with a version number C<1.99_xx>. - =head1 Installing Unless you are using an all-in-one package, you should @@ -143,8 +140,13 @@ C:\> ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd -Another way, which will be useful if you plan on installing -additional Apache modules, is to set the repository +for Apache/2.0, and + + C:\> ppm install + http://theoryx5.uwinnipeg.ca/ppms/mod_perl-2.2.ppd + +for Apache/2.2. Another way, which will be useful if you plan on +installing additional Apache modules, is to set the repository within the C<ppm> shell utility to http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58 --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|