Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ziguzagu/perlbal-plugin-serverstarter
Perlbal plugin for Server::Starter support
https://github.com/ziguzagu/perlbal-plugin-serverstarter
cpan perl
Last synced: about 2 months ago
JSON representation
Perlbal plugin for Server::Starter support
- Host: GitHub
- URL: https://github.com/ziguzagu/perlbal-plugin-serverstarter
- Owner: ziguzagu
- Created: 2013-01-17T01:47:55.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-18T05:32:56.000Z (almost 12 years ago)
- Last Synced: 2024-10-15T10:17:19.325Z (3 months ago)
- Topics: cpan, perl
- Language: Perl
- Size: 215 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
Perlbal::Plugin::ServerStarter - Perlbal plugin for Server::Starter
supportSYNOPSIS
## in perlbal.conf
LOAD ServerStarter
CREATE SERVICE web
SET role = web_server
SET docroot = /path/to/htdocs
LISTEN = 5000
ENABLE web## command line
$ start_server --port 5000 -- perlbal -c perlbal.conf## use nifty wrapper script of start_server and perlbal combination
$ start_perlbal -c perlbal.confDESCRIPTION
Perlbal::Plugin::ServerStarter is a plugin to be able to run perlbal via
*start_server* command of Server::Starter. Therefor, the hot deployment
of upgrading perlbal, plugins and configration changes is available by
Perlbal!!COMMANDS
LISTEN = [ip:]port
Set port number listened by *start_server*. Under using this plugin,
all of 'SET listen = [ip:]port' lines should be replaced in this
command, because *start_sever* generate multiple perlbal processes
with same configration at restarting processes.SEE ALSO
Server::Starter
PerlbalAUTHOR
Hiroshi SakaiRepository available on github:
LICENSE
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.