The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Starman::ModCluster - mod_cluster extension to Starman web server

SYNOPSIS

  # Run app.psgi with the default settings
  > starman-modcluster --mc-uri=http://127.0.0.1:6666 --mc-context="/app" --mc-alias="localhost" --mc-host=127.0.0.1

Read more options and configurations by running `perldoc starman-modcluster` (lower-case s).

DESCRIPTION

Starman::ModCluster is an extension to a Starman web server that allows an application to register with mod_cluster (httpd module), and that permits one to have dynamic load balancing.

UNIX only

This server does not support Win32.

OPTIONS

For launcher and all of the options please refer to starman-modcluster

SUPPORT

Please report all bugs via github at https://github.com/winfinit/Starman-ModCluster/issues

AUTHOR

Roman Jurkov <winfinit@cpan.org>

COPYRIGHT

Roman Jurkov, 2014-

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Starman