stas 2003/09/05 10:58:15
Modified: src/docs/2.0/user/intro start_fast.pod
Log:
fix the comment to talk about MP_APXS
Revision Changes Path
1.17 +3 -2 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.16
retrieving revision 1.17
diff -u -u -r1.16 -r1.17
--- start_fast.pod 5 Sep 2003 01:54:15 -0000 1.16
+++ start_fast.pod 5 Sep 2003 17:58:15 -0000 1.17
@@ -32,8 +32,9 @@
% cd modperl-2.0
% perl Makefile.PL MP_APXS=$HOME/httpd/prefork/bin/apxs MP_INST_APACHE2=1
-where C<MP_AP_PREFIX> is an Apache installation prefix, under which
-the I<include/> directory with Apache C header files can be found.
+where C<MP_APXS> is the full path to the C<apxs> executable, normally
+found in the same directory as the C<httpd> executable, but could be
+put in a different path as well.
Finally, build, test and install mod_perl:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]