randyk 2002/05/30 19:47:01
Modified: src/docs/1.0/os/win32 install.pod
src/docs/2.0/os/win32 config.pod install.pod
Log:
added prompts to DOS window commands
Revision Changes Path
1.2 +8 -8 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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- install.pod 30 May 2002 19:37:50 -0000 1.1
+++ install.pod 31 May 2002 02:47:01 -0000 1.2
@@ -53,8 +53,8 @@
Run, from a DOS window in the top-level directory of the
mod_perl sources,
- perl Makefile.PL
- nmake
+ C:\modperl_src> perl Makefile.PL
+ C:\modperl_src> nmake
This will set up the Perl side of mod_perl for the library build.
@@ -95,11 +95,11 @@
Once mod_perl.so is built you may test mod_perl with:
- nmake test
+ C:\modperl_src> nmake test
after which, assuming the tests are OK,
- nmake install
+ C:\modperl_src> nmake install
will install the Perl side of mod_perl. The mod_perl.so file
built under F<mod_perl-1.xx/src/modules/win32/Release> should
@@ -111,7 +111,7 @@
Generating the Makefile as, for example,
- perl Makefile.PL APACHE_SRC=\Apache INSTALL_DLL=\Apache\modules
+ C:\modperl_src> perl Makefile.PL APACHE_SRC=\Apache
INSTALL_DLL=\Apache\modules
will build mod_perl (including mod_perl.so) entirely from
the command line. The arguments accepted include
@@ -148,9 +148,9 @@
After this, running
- nmake
- nmake test
- nmake install
+ C:\modperl_src> nmake
+ C:\modperl_src> nmake test
+ C:\modperl_src> nmake install
will complete the installation.
1.2 +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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- config.pod 30 May 2002 19:56:14 -0000 1.1
+++ config.pod 31 May 2002 02:47:01 -0000 1.2
@@ -100,7 +100,7 @@
with the C<sleep(10)> line uncommented. Using the Apache
benchmarking tool C<ab> of the Apache-2 Win32 distribution:
- ab -n 5 -c 5 http://localhost/perl/printenv
+ C:\Apache2\bin> ab -n 5 -c 5 http://localhost/perl/printenv
to make 5 concurrent requests, we find the following results.
For mod_perl-1/Apache-1:
1.2 +5 -5 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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- install.pod 30 May 2002 19:56:14 -0000 1.1
+++ install.pod 31 May 2002 02:47:01 -0000 1.2
@@ -36,13 +36,13 @@
mod_perl-2 sources from http://www.cpan.org/authors/id/D/DO/DOUGM/.
After unpacking, run the command
- perl Makefile.PL MP_AP_PREFIX=\Path\to\Apache2
+ C:\modperl_src> perl Makefile.PL MP_AP_PREFIX=\Path\to\Apache2
where F<\Path\to\Apache2> is the path to the Apache-2
package you earlier built. Then
- nmake
- nmake test
+ C:\modperl_src> nmake
+ C:\modperl_src> nmake test
will build and test mod_perl-2. mod_perl-2 on Win32 is
considered at an alpha stage of development, so not
@@ -50,7 +50,7 @@
The final command,
- nmake install
+ C:\modperl_src> nmake install
will install the necessary mod_perl-2 files into your
Perl directory tree (you will also need to copy
@@ -60,7 +60,7 @@
overwritten by this procedure. This can be avoided by preparing
the build as
- perl Makefile.PL MP_AP_PREFIX=\Path\to\Apache2 MP_INST_APACHE2=1
+ C:\modperl_src> perl Makefile.PL MP_AP_PREFIX=\Path\to\Apache2
MP_INST_APACHE2=1
which will subsequently lead to the mod_perl-2 files
being installed under an F<Apache2> subdirectory in your Perl tree.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]