NAME
Unicorn::Manager::Server - A Perl interface to the Unicorn webserver
WARNING!
This is an unstable development release not ready for production!
VERSION
Version 0.006004
SYNOPSIS
The Unicorn::Manager::Server module provides a json interface to query information about running unicorn processes and users.
Also some assumption are made about your environment: you use Linux (the module relies on /proc) you use the bash shell your unicorn config is located in your apps root directory every user is running one single application
I will add and improve what is needed though. Requests and patches are welcome.
ATTRIBUTES/CONSTRUCTION
listen
Address to listen on. Defaults to localhost.
port
Port to bind to.
user
Username to use for Unicorn::Manager::CLI instances.
group
Not in use yet.
cli
A Unicorn::Manager::CLI instance. Will be created automatically unless provided in construction.
json
JSON instance. Automatically created with JSON->new->utf8(1).
METHODS
start
Start the server.
process_request
AUTHOR
Mugen Kenichi, <mugen.kenichi at uninets.eu>
BUGS
Report bugs at:
Unicorn::Manager::CLI issue tracker
support at uninets.eu
<mugen.kenichi at uninets.eu>
SUPPORT
Technical support
<mugen.kenichi at uninets.eu>