stas 02/05/19 03:42:32
Modified: src/docs/1.0/win32 binaries.pod compile.pod multithread.pod
Log:
bring the win32 docs up to date with 2.0 development
Revision Changes Path
1.3 +9 -9 modperl-docs/src/docs/1.0/win32/binaries.pod
Index: binaries.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/1.0/win32/binaries.pod,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- binaries.pod 3 Apr 2002 08:07:16 -0000 1.2
+++ binaries.pod 19 May 2002 10:42:32 -0000 1.3
@@ -14,7 +14,7 @@
necessary Perl and Apache binaries:
http://www.indigostar.com/
-
+
ftp://theoryx5.uwinnipeg.ca/pub/other/perl-win32-bin-x.x.exe
As well as including a number of non-core modules, both of these
@@ -79,7 +79,7 @@
The mod_perl PPM package also includes the necessary Apache DLL
C<mod_perl.so>; a post-installation script should be run which will
offer to copy this file to your Apache modules directory (eg,
-F<C:\Apache\modules>).
+I<C:\Apache\modules>).
Note that the mod_perl package available from this site will always
use the latest mod_perl sources compiled against the latest official
@@ -169,16 +169,16 @@
if a particular package could be included.
Alternatively, you can use the C<CPAN.pm> module to fetch, build, and
-install the module - see C<perldoc CPAN> for details. You will need the
-B<nmake> utility for this, download it from
http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/Nmake15.exe
-(it's a self extracting archive, so run it and then copy the files into
-your F<Windows> directory).
+install the module - see C<perldoc CPAN> for details. You will need
+the B<nmake> utility for this, download it from
+http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/Nmake15.exe
+(it's a self extracting archive, so run it and then copy the files
+into your F<Windows> directory).
=head1 See Also
-The I<mod_perl> manpage, the L<Apache> manpage,
-http://perl.apache.org/, especially the guide, http://take23.org/,
-http://httpd.apache.org/, and http://www.activestate.com/.
+The L<mod_perl documentation|docs::index>, http://httpd.apache.org/,
+and http://www.activestate.com/.
=head1 Maintainers
1.4 +1 -2 modperl-docs/src/docs/1.0/win32/compile.pod
Index: compile.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/1.0/win32/compile.pod,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- compile.pod 13 Apr 2002 18:11:59 -0000 1.3
+++ compile.pod 19 May 2002 10:42:32 -0000 1.4
@@ -179,8 +179,7 @@
=head1 See Also
-The I<mod_perl> manpage, the L<Apache> manpage,
-http://perl.apache.org/, especially the guide, and http://take23.org/.
+The L<mod_perl documentation|docs::index>, and http://take23.org/.
=head1 Maintainers
1.3 +5 -18 modperl-docs/src/docs/1.0/win32/multithread.pod
Index: multithread.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/1.0/win32/multithread.pod,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- multithread.pod 3 Apr 2002 08:07:16 -0000 1.2
+++ multithread.pod 19 May 2002 10:42:32 -0000 1.3
@@ -18,23 +18,10 @@
production servers that often must handle concurrent or
long-running requests.
-This situation will change with Apache/mod_perl 2.0, which is
-based on a multi-process/multi-thread approach using a native
-Win32 threads implementation. See
-http://perl.apache.org/~dougm/modperl_2.0.html for details.
-
-At the time of writing, Apache-2.0 is in a beta stage of
-development. mod_perl-2.0 is being actively developed, including the
-Win32 port; if you would like a preview and/or would like to
-contribute to the development process, see the documents on obtaining
-mod_perl-2.0 by cvs, which can be obtained from mod_perl's home page
-at http://perl.apache.org/. Alternatively, a
-mod_perl-2.0/Apache-2.0 binary distribution based on these cvs
-sources is available from
-ftp://theoryx5.uwinnipeg.ca/pub/other/Apache2.tar.gz.
-See the accompanying F<Apache2.readme> file in this directory for more
-details. Be aware though that, being a pre-release version,
-bugs are most likely present.
+This situation changes with Apache/mod_perl 2.0, which is based on a
+multi-process/multi-thread approach using a native Win32 threads
+implementation See the L<mod_perl 2
+overview|docs::2.0::user::overview::overview> for more details.
=head1 Does it really matter?
@@ -111,7 +98,7 @@
package should be more or less covered. (A IIS-FastCGI accelerator is,
regrettably, no longer available.)
-=head1 See ALso
+=head1 See Also
http://perl.apache.org and http://httpd.apache.org, especially the
discussion of Apache-2 and modperl-2.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]