Beau E. Cox wrote: > Hi - > > I have 2 Apache2s on my test server: > > Apache 2.0.50-dev(cvs) installed in /home/test/usr/apache2 > > and: > > Apache 2.1 (cvs) installed in /home/test/usr/apache2.1 > > When generating mod perl with: > > perl Makefile.PL MP_APXS=/home/test/use/apache2.1/sbin/apxs > > the test httpd.conf file is generated based upon Apache2.0, i.e.: > looking at /home/test/usr/apache2.
> How do I control how t/config/httpd.conf is setup? I run both 2.0 and 2.1 on my test box. as long as you 'make realclean' between mod_perl builds you shouldn't run into problems. if you do run into issues, try adjusting these lines to suit your build environment (which are part of my nightly build script at the moment but might not be needed any more). $ find /perl/ -name TestConfigData.pm -exec sudo rm -f {} \; $ find /src/mod_perl-2.0 -name TestConfigData.pm -exec rm -f {} \; $ rm -rf /home/geoff/.apache-test HTH --Geoff -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html