Philip M. Gollucci wrote: > 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