stas 2002/06/17 20:48:32 Modified: src/docs/2.0/user/intro start_fast.pod Log: a quick guide to getting yourself in troubles Revision Changes Path 1.7 +26 -0 modperl-docs/src/docs/2.0/user/intro/start_fast.pod Index: start_fast.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/intro/start_fast.pod,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- start_fast.pod 14 Apr 2002 07:11:49 -0000 1.6 +++ start_fast.pod 18 Jun 2002 03:48:31 -0000 1.7 @@ -11,6 +11,32 @@ META: to be written +But for now you have to go through the following steps to get mod_perl +2.0 running: + +=over + +=item 1 + +L<Install mod_perl 2.0|docs::2.0::user::install::install> + +=item 2 + +L<Configure mod_perl 2.0|docs::2.0::user::config::config> + +=item 3 + +If you want to run mod_perl 1.0 code on mod_perl 2.0 server L<enable +the compatibility layer|docs::2.0::user::compat::compat>. + +=item 4 + +If you have problems L<report +them|docs::2.0::user::help::help/Reporting_Problems>. + +=back + + =head1 Maintainers Maintainer is the person(s) you should contact with updates,
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]