Author: geoff Date: Fri Apr 8 07:02:17 2005 New Revision: 160555 URL: http://svn.apache.org/viewcvs?view=rev&rev=160555 Log: MP_INST_APACHE2 cleanup
Modified: perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/MM.pod perl/modperl/docs/trunk/src/docs/2.0/os/win32/config.pod perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod perl/modperl/docs/trunk/src/docs/2.0/user/intro/start_fast.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/MM.pod URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/MM.pod?view=diff&r1=160554&r2=160555 ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/MM.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/MM.pod Fri Apr 8 07:02:17 2005 @@ -79,17 +79,9 @@ C<ModPerl::MM> overrides the following methods: -=head2 C<ModPerl::MM::MY::constants> - -This method makes sure that everything gets installed relative to the -C<Apache2/> subdir if C<MP_INST_APACHE2=1> was used to build mod_perl -2.0. - =head2 C<ModPerl::MM::MY::post_initialize> -This method makes sure that everything gets installed relative to the -C<Apache2/> subdir if C<MP_INST_APACHE2=1> was used to build mod_perl -2.0. +This method is deprecated. =head1 C<WriteMakefile()> Default Arguments @@ -152,8 +144,7 @@ macro => { MOD_INSTALL => ... } -arranges for modules to be installed under the subdir I<Apache2/> if -mod_perl was built with C<MP_INST_APACHE2=1>. +makes sure that Apache-Test/ is added to @INC. =head1 Public API Modified: perl/modperl/docs/trunk/src/docs/2.0/os/win32/config.pod URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/os/win32/config.pod?view=diff&r1=160554&r2=160555 ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/os/win32/config.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/os/win32/config.pod Fri Apr 8 07:02:17 2005 @@ -47,11 +47,7 @@ use CGI (); 1; -The C<Apache2> module is used to add to C<@INC> the relevant -directories underneath, eg, F</Perl/site/lib/Apache2/> used when -building mod_perl 2.0 with an C<MP_INST_APACHE2=1> option to C<perl -Makefile.PL> (the C<PPM> packages discussed above were built this -way). C<Apache2::compat> is used to provide backwards compatibility +C<Apache2::compat> is used to provide backwards compatibility with mod_perl 1.0. C<ModPerl::Registry>, named so as not to conflict with C<Apache::Registry> of mod_perl 1.0, is used for registry scripts. 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=160554&r2=160555 ============================================================================== --- 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 Fri Apr 8 07:02:17 2005 @@ -302,11 +302,6 @@ The following sections give the details about all the available options, but let's mention first an important one. -If you want to have mod_perl 1.0 and 2.0 installed under the same perl -tree you need to enable C<L<MP_INST_APACHE2|/MP_INST_APACHE2>>: - - % perl Makefile.PL MP_INST_APACHE2=1 <other options> - Configure Options are discussed in L<Build Options|/mod_perl_Build_Options> =head3 Dynamic mod_perl @@ -329,7 +324,7 @@ mod_perl) all in different locations, therefore they configure mod_perl 2.0 as: - % perl Makefile.PL MP_INST_APACHE2=1 MP_APXS=/path/to/apxs \ + % perl Makefile.PL MP_APXS=/path/to/apxs \ MP_APR_CONFIG=/another/path/to/apr-config <other options> However a correctly built Apache shouldn't require the Modified: perl/modperl/docs/trunk/src/docs/2.0/user/intro/start_fast.pod URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/intro/start_fast.pod?view=diff&r1=160554&r2=160555 ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/user/intro/start_fast.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/user/intro/start_fast.pod Fri Apr 8 07:02:17 2005 @@ -30,7 +30,7 @@ % tar -xvzf mod_perl-2.x.xx.tar.gz % cd modperl-2.0 - % perl Makefile.PL MP_APXS=$HOME/httpd/prefork/bin/apxs MP_INST_APACHE2=1 + % perl Makefile.PL MP_APXS=$HOME/httpd/prefork/bin/apxs 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]