Apache-VMonitor
view release on metacpan or search on metacpan
# so we get a nice view of procs/threads
use constant MIN_MAXCLIENTS => 5;
# 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} ||= MIN_MAXCLIENTS;
return $self->SUPER::new_test_config;
}
( run in 1.267 second using v1.01-cache-2.11-cpan-49f99fa48dc )