Discussion:
mp2 and mp1
Philip M. Gollucci
2005-07-09 23:04:15 UTC
Permalink
Hi,

Are there any docs on getting A-T to place nice with a module that works
under both mp1 and mp2.0.0+ ?

The httpd.conf files written out load mod_perl.so instead of
mod_perl2.so at the moment for me.
--
END
------------------------------------------------------------
What doesn't kill us can only make us stronger.
Nothing is impossible.

Philip M. Gollucci (***@p6m7g8.com) 301.254.5198
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Developer / Liquidity Services, Inc.
http://www.liquidityservicesinc.com
http://www.liquidation.com
http://www.uksurplus.com
http://www.govliquidation.com
http://www.gowholesale.com
Michael Peters
2005-07-09 23:10:33 UTC
Permalink
Post by Philip M. Gollucci
Hi,
Are there any docs on getting A-T to place nice with a module that works
under both mp1 and mp2.0.0+ ?
The httpd.conf files written out load mod_perl.so instead of
mod_perl2.so at the moment for me.
Are you using Apache::TestMM or Apache::TestMB?

When you run a test using Apache-Test and you don't specify the -apxs
option during the 'perl Makefile.PL' or 'perl Build.PL' for your module,
then Apache::Test will use the default one that it chose when it was
built. So it looks like you built it initially against mp1. To test
against mp2, just point it toward the right apxs....

perl Build.PL -apxs /usr/local/apache2/bin/apxs
--
Michael Peters
Developer
Plus Three, LP
Loading...