Monitoring Gaffer Using Gafferd and gaffer Using a Procfile Runit Supervisor Upstart Systemd Monitoring Note Make sure that when using either of these service monitors ...
Monitoring Gaffer Using Gafferd and gaffer Using a Procfile Runit Supervisor Upstart Systemd Monitoring Note Make sure that when using either of these service monitors ...
Upgrading to a new binary on the fly Upgrading to a new binary on the fly Changed in version 19.6.0: PID file naming format has been changed from <name>.pid.oldbin to <name>.p...
Upgrading to a new binary on the fly Upgrading to a new binary on the fly Changed in version 19.6.0: PID file naming format has been changed from <name>.pid.oldbin to <name>.p...
Using Virtualenv Using Virtualenv To serve an app from a Virtualenv it is generally easiest to just install Gunicorn directly into the Virtualenv. This will create a set of Gu...
Instrumentation Instrumentation New in version 19.1. Gunicorn provides an optional instrumentation of the arbiter and workers using the statsD protocol over UDP. Thanks to th...
Instrumentation Instrumentation New in version 19.1. Gunicorn provides an optional instrumentation of the arbiter and workers using the statsD protocol over UDP. Thanks to the...
Nginx Configuration Nginx Configuration Although there are many HTTP proxies available, we strongly advise that you use Nginx . If you choose another proxy server you need to m...
Integration Django Paste Integration We also provide integration for both Django and Paster applications. Django Gunicorn will look for a WSGI callable named application ...