stas 2002/06/10 10:40:49
Modified: src/docs/1.0/os config.cfg
src/docs/1.0/os/win32 config.pod install.pod
src/docs/2.0/os config.cfg
src/docs/2.0/os/win32 config.pod install.pod
Log:
improving titles, using 2.0/1.0, and other small tweaks, no content change
Revision Changes Path
1.2 +1 -1 modperl-docs/src/docs/1.0/os/config.cfg
Index: config.cfg
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/1.0/os/config.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- config.cfg 2 Jun 2002 12:33:38 -0000 1.1
+++ config.cfg 10 Jun 2002 17:40:48 -0000 1.2
@@ -2,7 +2,7 @@
@c = (
id => 'os',
- title => "Operating System specific information",
+ title => "mod_perl 1.0 OS-specific Info",
abstract => <<EOB,
Documents concerning OS-specific installation or pitfalls.
1.3 +9 -8 modperl-docs/src/docs/1.0/os/win32/config.pod
Index: config.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/1.0/os/win32/config.pod,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- config.pod 2 Jun 2002 12:33:38 -0000 1.2
+++ config.pod 10 Jun 2002 17:40:48 -0000 1.3
@@ -1,10 +1,10 @@
=head1 NAME
-Apache mod_perl-1.xx configuration instructions for Win32
+mod_perl 1.0 Win32 Configuration Instructions
=head1 Description
-This document discusses how to configure mod_perl under Win32.
+This document discusses how to configure mod_perl 1.0 under Win32.
=head1 Configuration
@@ -12,15 +12,16 @@
LoadModule perl_module modules/mod_perl.so
-Be sure that the path to your Perl binary (eg, F<C:\Perl\bin>)
-is in your C<PATH> environment variable. If you have a C<ClearModuleList>
+Be sure that the path to your Perl binary (eg, F<C:\Perl\bin>) is in
+your C<PATH> environment variable. If you have a C<ClearModuleList>
directive enabled in F<httpd.conf>, you may also need to add
AddModule mod_perl.c
See the descriptions of the C<ClearModuleList> and C<AddModule>
directives in the Apache documents for more details, especially
-concerning the relative order of these and the C<LoadModule> directive.
+concerning the relative order of these and the C<LoadModule>
+directive.
=head1 Registry scripts
@@ -112,9 +113,9 @@
=head1 See Also
-The directions for
-L<installing mod_perl-1 on Win32|docs::1.0::os::win32::install>,
-the L<mod_perl documentation|docs::index>, and http://take23.org/.
+The directions for L<installing mod_perl 1.0 on
+Win32|docs::1.0::os::win32::install>, the L<mod_perl
+documentation|docs::index>, and http://take23.org/.
=head1 Maintainers
1.4 +7 -7 modperl-docs/src/docs/1.0/os/win32/install.pod
Index: install.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/1.0/os/win32/install.pod,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- install.pod 2 Jun 2002 12:33:38 -0000 1.3
+++ install.pod 10 Jun 2002 17:40:48 -0000 1.4
@@ -1,12 +1,12 @@
=head1 NAME
-Apache mod_perl-1.xx installation instructions for Win32
+mod_perl 1.0 Win32 Installation Instructions
=head1 Description
-This document discusses how to install mod_perl under Win32,
-both in building from sources and in installing
-pre-compiled binary packages.
+This document discusses how to install mod_perl 1.0 under Win32, both
+in building from sources and in installing pre-compiled binary
+packages.
=head1 Building from sources
@@ -245,9 +245,9 @@
=head1 See Also
-The directions for
-L<configuring mod_perl-1 on Win32|docs::1.0::os::win32::config>,
-the L<mod_perl documentation|docs::index>, and http://take23.org/.
+The directions for L<configuring mod_perl 1.0 on
+Win32|docs::1.0::os::win32::config>, the L<mod_perl
+documentation|docs::index>, and http://take23.org/.
=head1 Maintainers
1.2 +1 -1 modperl-docs/src/docs/2.0/os/config.cfg
Index: config.cfg
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/os/config.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- config.cfg 10 Jun 2002 10:55:40 -0000 1.1
+++ config.cfg 10 Jun 2002 17:40:48 -0000 1.2
@@ -2,7 +2,7 @@
@c = (
id => 'os',
- title => "mod_perl 2.0 OS specific information",
+ title => "mod_perl 2.0 OS-specific Info",
abstract => <<EOB,
Documents concerning OS-specific installation, configuration,
1.5 +1 -1 modperl-docs/src/docs/2.0/os/win32/config.pod
Index: config.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/os/win32/config.pod,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- config.pod 10 Jun 2002 10:53:58 -0000 1.4
+++ config.pod 10 Jun 2002 17:40:49 -0000 1.5
@@ -1,6 +1,6 @@
=head1 NAME
-config - configuring mod_perl-2 for Win32
+Configuring mod_perl 2.0 for Win32
=head1 Description
1.4 +1 -1 modperl-docs/src/docs/2.0/os/win32/install.pod
Index: install.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/os/win32/install.pod,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- install.pod 10 Jun 2002 10:53:58 -0000 1.3
+++ install.pod 10 Jun 2002 17:40:49 -0000 1.4
@@ -1,6 +1,6 @@
=head1 NAME
-install - installing mod_perl-2 for Win32
+mod_perl 2.0 Win32 Installation Instructions
=head1 Description
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]