David Wheeler wrote:
Are all of the options parsed by Apache::TestMM::filter_args() documented somewhere?

It accepts all the configuration options that you'd normall pass to t/TEST. i.e.

% t/TEST -help

...
configuration options:
  -access_module_name access module name
  -apxs               location of apxs (default is from Apache::BuildConfig)
  -auth_module_name   auth module name
  -bindir             Apache bin/ dir (default is apxs -q BINDIR)
  -cgi_module_name    cgi module name
  -defines            values to add as -D defines (for example, "VAR1 VAR2")
  -documentroot       DocumentRoot (default is $ServerRoot/htdocs
  -group              Group to run test server as (default is $GROUP)
  -httpd              server to use for testing (default is $bindir/httpd)
  -httpd_conf         inherit config from this file (default is apxs derived)
  -libmodperl         path to mod_perl's .so (full or relative to LIBEXECDIR)
  -maxclients         maximum number of concurrent clients (default is 1)
  -perlpod            location of perl pod documents (for testing downloads)
  -port               Port [port_number|select] (default 8529)
  -proxyssl_url       url for testing ProxyPass / https (default is localhost)
  -sbindir            Apache sbin/ dir (default is apxs -q SBINDIR)
  -servername         ServerName (default is localhost)
  -serverroot         ServerRoot (default is $t_dir)
  -src_dir            source directory to look for mod_foos.so
  -ssl_module_name    ssl module name
  -sslca              location of SSL CA (default is $t_conf/ssl/ca)
  -sslcaorg           SSL CA organization to use for tests (default is asf)
  -startup_timeout    seconds to wait for the server to start (default is 60)
  -t_conf             the conf/ test directory (default is $t_dir/conf)
  -t_conf_file        test httpd.conf file (default is $t_conf/httpd.conf)
  -t_dir              the t/ test directory (default is $top_dir/t)
  -t_logs             the logs/ test directory (default is $t_dir/logs)
  -target             name of server binary (default is apxs -q TARGET)
  -thread_module_name thread module name
  -top_dir            top-level directory (default is $PWD)
  -user               User to run test server as (default is $USER)


__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Reply via email to