You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by ra...@apache.org on 2005/04/03 01:36:23 UTC

svn commit: r159849 - perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod

Author: randyk
Date: Sat Apr  2 15:36:23 2005
New Revision: 159849

URL: http://svn.apache.org/viewcvs?view=rev&rev=159849
Log:
s/Apache/Apache2/

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod?view=diff&r1=159848&r2=159849
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod Sat Apr  2 15:36:23 2005
@@ -322,7 +322,7 @@
 option, which should be set to a full path to the C<apxs>
 executable. For example:
 
-  % perl Makefile.PL MP_INST_APACHE2=1 MP_APXS=/path/to/apxs
+  % perl Makefile.PL MP_APXS=/path/to/apxs
 
 For example RedHat Linux system installs the C<httpd> binary, the
 C<apxs> and C<apr-config> scripts (the latter two are needed to build
@@ -340,7 +340,7 @@
 directory, mod_perl 2.0's build only needs to know the path to that
 directory, passed via the C<L<MP_AP_PREFIX|/MP_AP_PREFIX>> option:
 
-  % perl Makefile.PL MP_INST_APACHE2=1 MP_AP_PREFIX=$HOME/httpd/prefork
+  % perl Makefile.PL MP_AP_PREFIX=$HOME/httpd/prefork
 
 =head3 Static mod_perl
 
@@ -394,7 +394,7 @@
 
 =head4 MP_STATIC_EXTS
 
-Build C<Apache::*.xs> as static extensions.
+Build C<Apache2::*.xs> as static extensions.
 
 =head4 MP_USE_GTOP
 
@@ -413,7 +413,7 @@
 
 =item *
 
-Deprecated special variable, C<$Apache::__T> won't be available. Use
+Deprecated special variable, C<$Apache2::__T> won't be available. Use
 C<${^TAINT}> instead.
 
 =item *
@@ -425,10 +425,10 @@
 
 in I<httpd.conf> or:
 
-  use Apache::ServerUtil ();
+  use Apache2::ServerUtil ();
   use File::Spec::Functins qw(catfile);
-  push @INC, catfile Apache::ServerUtil::server_root, "";
-  push @INC, catfile Apache::ServerUtil::server_root, "lib/perl";
+  push @INC, catfile Apache2::ServerUtil::server_root, "";
+  push @INC, catfile Apache2::ServerUtil::server_root, "lib/perl";
 
 in I<startup.pl>.
 
@@ -472,15 +472,6 @@
 Enable tracing
 
 
-=head4 MP_INST_APACHE2
-
-Install all the I<*.pm> modules relative to the I<Apache2/> directory
-in the Perl modules tree (not Apache files tree).
-
-
-
-
-
 =head3 Non-Boolean Build Options
 
 set the non-boolen options with MP_XXX=value.
@@ -614,7 +605,7 @@
 run:
 
   % cd modperl-2.x.xx
-  % perl -MApache::Build -e rebuild
+  % perl -MApache2::Build -e rebuild
 
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org