Doug, is there any special reason why we have only one server running
for mod_perl tests? I need to raise it to at least two, since I need to
test the fetch of the scoreboard image, which requires two parallel
requests.
diff -u -r1.4 TestRunPerl.pm
--- Apache-Test/lib/Apache/TestRunPerl.pm 31 Dec 2001 08:39:48 -0000
1.4
+++ Apache-Test/lib/Apache/TestRunPerl.pm 12 Mar 2002 16:47:06 -0000
@@ -23,6 +23,16 @@
configure_startup_pl));
}
+# subclass new_test_config to add some config vars which will be
+# replaced in generated httpd.conf
+sub new_test_config {
+ my $self = shift;
+
+ $self->{conf_opts}->{maxclients} = 2;
+
+ return $self->SUPER::new_test_config;
+}
+
sub configure {
my $self = shift;
_____________________________________________________________________
Stas Bekman JAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide http://perl.apache.org/guide
mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]