Beau E. Cox wrote:

> How do I control how t/config/httpd.conf is setup?

What seems to be the problem?


Well, the t/config/httpd.conf generated somewhere in the mod_perl build -
I couldn't find it on first glance - is based on the
Apache 2.0 configuration, NOT the Apache 2.1 configuration. I am
looking for a parameter (or patch) to Makefile.PL to force the
generation from the Apache 2.1 httpd.conf.

That's only an issue if you are using a 3rd party module with Apache-Test and previously run tests with a different server. As Geoff has mentioned those configurations are sticky and saved, so in a typical user case you never need to type them more than once (actually you never need to type them at all if you installed Apache-Test when installing mod_perl 2.0.


In the case you are switching server, you need to tell Apache-Test what are the new parameters, e.g.:

APACHE_TEST_HTTPD=/PATH/TO/HTTPD make test

or

t/TEST -httpd=/path/to/httpd

etc. please refer to the documentation for more options.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
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



Reply via email to