Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

polygraph-server(1) [debian man page]

POLYGRAPH-SERVER(1)						   User Commands					       POLYGRAPH-SERVER(1)

NAME
polygraph-server - Web Polygraph server simulator SYNOPSIS
server [--option ...] OPTIONS
--help list of options --version package version info --host_type package build environment info --verb_lvl <int> console verbosity level --dump <list> dump request/replies/errors headers/bodies to console --dump_size <size> limit size of individual msg dump --notify <addr> send notifications to a [remote] monitoring program --doorman_listen_at <addr> where to listen for (and respond to) meta-information requests --doorman_send_to <addr> where to forward meta-information --label <str> run label --fd_limit <int> decrease default fd limit --config <file> configuration file name --cfg_dirs <list> directories to search for cfg files --console <file> redirect console output --log <file> detailed binary log file --log_buf_size <size> buffer size for binary log --store_working_set <file> store working set --load_working_set <file> load working set --sample_log <file> log file for samples --sample_log_buf_size <size> buffer size for sample log --accept_foreign_msgs accept foreign requests or responses --stats_cycle <time> statistics cycle length --file_scan <epoll|poll|select> system call to use for scanning ready files --priority_sched <int> priority level for urgent socket operations --fake_hosts <list> use given addresses, do not lookup real interfaces --delete_old_addrs <bool> delete old IP aliases before adding new ones --idle_tout <time> exit after inactivity timeout --local_rng_seed <int> per-process r.n.g. seed --global_rng_seed <int> per-test r.n.g. seed --unique_world <bool> use URL set that is unique across runs --hushed_error_tout <time> hush frequent error reporting for that long --ign_urls <bool> generate content regardless of the URLs COPYRIGHT
Copyright (C) 2003-2006 The Measurement Factory, Inc. SEE ALSO
polygraph(7) - general information and a list of programs http://www.web-polygraph.org/ - project web site polygraph-server - Web Polygraph February 2010 POLYGRAPH-SERVER(1)

Check Out this Related Man Page

SVNWEB-SERVER(1p)					User Contributed Perl Documentation					 SVNWEB-SERVER(1p)

NAME
svnweb-server - simple webserver for SVN::Web SYNOPSIS
svnweb-server [--root DIR] [--port PORT] [--net-server Net::Server] DESCRIPTION
svnweb-server is a webserver that runs SVN::Web. It's an easy way to use SVN::Web without having to set up Apache (or any other web server). The tradeoff is that the server is very simple. But for light use then it may be perfectly acceptable. OPTIONS
--root DIR The directory in which you ran "svnweb-install". Optional, defaults to ".". --port PORT The port the server should listen on. Options, defaults to 8080. --net-server Net::Server The Net::Server subclass to use to create the server. A single, non-forking server is created by default. Other types of server can be created by giving the correct Net::Server subclass. For example, to use a server that forks to handle each request, use "--net-server Net::Server::Fork". SEE ALSO
SVN::Web BUGS
This is a simple server. Accordingly, a few features do not work properly at the moment. Redirects SVN::Web::Browse will redirect the client if the URL is missing a trailing "/". That redirection does not work with this server. That's not an issue for any URLs generated by SVN::Web, but may be an issue for URLs that are entered by hand. This will also affect SVN::Web::List's "redirect_to_browse_when_one_repo" option. cgi_class The "cgi_class" declaration (if any) in config.yaml is ignored. CGI is always used as the CGI class. Please report any bugs or feature requests to "bug-svn-web@rt.cpan.org", or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=SVN-Web <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=SVN-Web>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. AUTHOR
The current maintainer is Nik Clayton, <nikc@cpan.org>. COPYRIGHT AND LICENSE
Copyright 2006-2007 Nik Clayton. All Rights Reserved. perl v5.14.2 2012-06-11 SVNWEB-SERVER(1p)
Man Page