On Thu, 3 May 2001, Geoffrey Young wrote:

> Hi Doug...
> 
> I was wondering about these from the Apache::Test README:
> 
>   if the file t/conf/extra.conf exists, it will be included by
>   httpd.conf
> 
>   if the file t/conf/modperl_extra.pl exists, it will be included by
>   httpd.conf as a mod_perl file (PerlRequire)
> 
> I've been playing around with Apache::Test for 1.3 and am making some decent
> headway toward understanding it (somewhat :)

cool.
 
> at any rate, my simple harness is just:
> 
> Apache::TestRun->new->run(@ARGV);

that should be Apache::TestRunPerl
if you look at that little subclass, it overrides
Apache::TestRun::configure and calls configure_modperl, which configures
mod_perl-specific stuff.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to