stas 2002/09/02 22:32:59 Modified: src/docs/2.0/user/config config.pod src/docs/2.0/user/install install.pod Log: a few minor fixes Revision Changes Path 1.25 +1 -1 modperl-docs/src/docs/2.0/user/config/config.pod Index: config.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/config/config.pod,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- config.pod 2 Sep 2002 06:47:12 -0000 1.24 +++ config.pod 3 Sep 2002 05:32:59 -0000 1.25 @@ -546,7 +546,7 @@ =head1 Handlers Directives -See L<The handlers chapter|docs::2.0::user::handlers::index>. +See L<The handlers chapters|docs::2.0::user::handlers::index>. 1.30 +18 -3 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.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- install.pod 3 Sep 2002 03:55:49 -0000 1.29 +++ install.pod 3 Sep 2002 05:32:59 -0000 1.30 @@ -199,6 +199,12 @@ named I<mod_perl-2.x.xx.tar.gz>, where I<x.xx> should be replaced with the real version number. +Open the package with: + + % tar -xvzf mod_perl-2.x.xx.tar.gz + +or an equivalent command. + =item CVS Bleeding-Edge Version To download the cvs version of modperl-2.0 execute the following @@ -216,9 +222,9 @@ =head2 Configuring mod_perl - % cd modperl-2.0 - % perl Makefile.PL MP_AP_PREFIX=$HOME/httpd/prefork \ - MP_INST_APACHE2=1 + % cd modperl-2.0 + % perl Makefile.PL MP_AP_PREFIX=$HOME/httpd/prefork \ + MP_INST_APACHE2=1 XXX: MP_INST_APACHE2=1 should become the default @@ -447,6 +453,15 @@ available, kindly prepared and maintained by Randy Kobes. See the documentation on L<Win32 binaries|docs::2.0::os::win32::install> for details. + +=head1 If Something Goes Wrong + +If something goes wrong during the installation, try to repeat the +installation process from scratch, while verifying all the steps with +this document. + +If the problem persists L<report the +problem|docs::2.0::user::help::help/Reporting_Problems>. =head1 Maintainers
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]