:: RootR ::  Hosting Order Map Login   Secure Inter-Network Operations  
 
MyTest::Util(3pm) - phpMan

Command: man perldoc info search(apropos)  


MyTest::Util(3pm)              User Contributed Perl Documentation              MyTest::Util(3pm)



NAME
       MyTest::Util -- helper functions

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;



perl v5.20.2                                2007-12-31                          MyTest::Util(3pm)


/man
rootr.net - man pages