Config files format
the -config-file command line option specifies which file contains the configurations to run with.META: expand
%Apache::TestItSelf::Config = ( perl_exec => "/home/$ENV{USER}/perl/5.8.5-ithread/bin/perl5.8.5", mp_gen => '2.0', httpd_gen => '2.0', httpd_version => 'Apache/2.0.55', timeout => 200, makepl_arg => 'MOD_PERL=2 -libmodperl mod_perl-5.8.5-ithread.so', ); my $path = "/home/$ENV{USER}/httpd"; @Apache::TestItSelf::Configs = ( { apxs_exec => "$path/prefork/bin/apxs", httpd_exec => "$path/prefork/bin/httpd", httpd_mpm => "prefork", test_verbose => 0, }, { apxs_exec => "$path/worker/bin/apxs", httpd_exec => "$path/worker/bin/httpd", httpd_mpm => "worker", test_verbose => 1, }, ); 1;