Re: need help to add per-user config to Apache::Test

2003-09-02 Thread Randy Kobes
On Tue, 2 Sep 2003, Stas Bekman wrote: Randy Kobes wrote: [ ... ] sub filter_args { my($args, $wanted_args) = @_; +if (HAS_CONFIG) { +for (qw(group user apxs port httpd)) { +next unless defined $Apache::MyTestConfig-{$_}; +unshift @$args,

Re: need help to add per-user config to Apache::Test

2003-09-02 Thread Stas Bekman
Randy Kobes wrote: [ trimmed mod_perl mailing list from cc ] On Fri, 29 Aug 2003, Randy Kobes wrote: On Thu, 28 Aug 2003, Stas Bekman wrote: Several people have asked for having a new feature in Apache::Test: they want to configure it once (where the server, apxs, etx are) and run Apache::Test