USE_EXPAND: uwsgi_plugins

Flags in uwsgi_plugins

Flag Description Packages Using This Flag
alarm_curl Plugin to send a logline to a curl url. View specific flag page (uwsgi_plugins_alarm_curl)
alarm_xmpp Plugin to send a logline via XMPP/Jabber (see http://uwsgi-docs.readthedocs.org/en/latest/AlarmSubsystem.html). View specific flag page (uwsgi_plugins_alarm_xmpp)
cache Enable the caching framework View specific flag page (uwsgi_plugins_cache)
carbon Send uWSGI's internal statistics to one or more Carbon servers View specific flag page (uwsgi_plugins_carbon)
cheaper_busyness Implement cheaper algorithm that adds or remove workers based on average utilization for given time period View specific flag page (uwsgi_plugins_cheaper_busyness)
clock_monotonic Modular clock source, uses clock_gettime with CLOCK_REALTIME View specific flag page (uwsgi_plugins_clock_monotonic)
clock_realtime Modular clock source, uses clock_gettime with CLOCK_MONOTONIC View specific flag page (uwsgi_plugins_clock_realtime)
corerouter Base request routing internal mechanism View specific flag page (uwsgi_plugins_corerouter)
curl_cron Call a curl url directly from a cron task View specific flag page (uwsgi_plugins_curl_cron)
dumbloop Run apps which do not require sockets View specific flag page (uwsgi_plugins_dumbloop)
echo Returns requests as they were sent View specific flag page (uwsgi_plugins_echo)
emperor_amqp Enable an emperor controlled via AMQP View specific flag page (uwsgi_plugins_emperor_amqp)
emperor_pg Enable an emperor getting its configuration from a PostgreSQL database View specific flag page (uwsgi_plugins_emperor_pg)
emperor_zeromq Enable an emperor controlled via ZeroMQ View specific flag page (uwsgi_plugins_emperor_zeromq)
fastrouter Proxy/load-balancer/router speaking the uwsgi protocol View specific flag page (uwsgi_plugins_fastrouter)
forkptyrouter Pseudoterminal server to connect to instances running inside a jail/separate namespace View specific flag page (uwsgi_plugins_forkptyrouter)
geoip Export GeoIP information as routing variables (requires dev-libs/geoip) View specific flag page (uwsgi_plugins_geoip)
graylog2 Send logs to a Graylog2 server in Graylog2's native GELF format View specific flag page (uwsgi_plugins_graylog2)
http make uWSGI natively speak HTTP, using this plugin you do not need a front-end HTTP server View specific flag page (uwsgi_plugins_http)
ldap Lets you configure the uWSGI server via LDAP View specific flag page (uwsgi_plugins_ldap)
legion_cache_fetch caching for the legion subsystem View specific flag page (uwsgi_plugins_legion_cache_fetch)
logcrypto Send encrypted log messages via UDP View specific flag page (uwsgi_plugins_logcrypto)
logfile Enable logging to logfiles (requires USE=ssl) View specific flag page (uwsgi_plugins_logfile)
logpipe Log to stdin of a newly forked process View specific flag page (uwsgi_plugins_logpipe)
logsocket Log to a unix socket View specific flag page (uwsgi_plugins_logsocket)
mongodblog Write logs to a mongodb server View specific flag page (uwsgi_plugins_mongodblog)
nagios To monitor, and eventually get warning messages, via Nagios View specific flag page (uwsgi_plugins_nagios)
notfound Log 404 errors View specific flag page (uwsgi_plugins_notfound)
pam Support PAM authentication View specific flag page (uwsgi_plugins_pam)
ping pings a uwsgi server View specific flag page (uwsgi_plugins_ping)
rados serve objects stored in a Ceph cluster directly using the librados API View specific flag page (uwsgi_plugins_rados)
rawrouter Enable routing requests to a specific plugin/application/function using the request modifiers View specific flag page (uwsgi_plugins_rawrouter)
redislog Log to a redis server View specific flag page (uwsgi_plugins_redislog)
router_access uWSGI internal routing, simple access support View specific flag page (uwsgi_plugins_router_access)
router_basicauth uWSGI internal routing, basicauth support View specific flag page (uwsgi_plugins_router_basicauth)
router_cache uWSGI internal routing, cache support View specific flag page (uwsgi_plugins_router_cache)
router_expires uWSGI internal routing, expires headers support View specific flag page (uwsgi_plugins_router_expires)
router_hash uWSGI internal routing, URL hash support View specific flag page (uwsgi_plugins_router_hash)
router_http uWSGI internal routing, http headers support View specific flag page (uwsgi_plugins_router_http)
router_memcached uWSGI internal routing, memcached support View specific flag page (uwsgi_plugins_router_memcached)
router_metrics uWSGI internal routing, metrics subsystem support View specific flag page (uwsgi_plugins_router_metrics)
router_radius uWSGI internal routing, radius auth support View specific flag page (uwsgi_plugins_router_radius)
router_redirect uWSGI internal routing, simple redirect support View specific flag page (uwsgi_plugins_router_redirect)
router_redis uWSGI internal routing, redis support View specific flag page (uwsgi_plugins_router_redis)
router_rewrite uWSGI internal routing, URL rewrite support View specific flag page (uwsgi_plugins_router_rewrite)
router_spnego uWSGI internal routing, spnego auth support View specific flag page (uwsgi_plugins_router_spnego)
router_static uWSGI internal routing, static files serving support View specific flag page (uwsgi_plugins_router_static)
router_uwsgi uWSGI internal routing, View specific flag page (uwsgi_plugins_router_uwsgi)
router_xmldir uWSGI internal routing, View specific flag page (uwsgi_plugins_router_xmldir)
rpc Allow calling functions on a remote uWSGI server/cluster View specific flag page (uwsgi_plugins_rpc)
rrdtool Store uWSGI stats in a rrd fashion View specific flag page (uwsgi_plugins_rrdtool)
rsyslog Send logs to Unix standard syslog residing on a remote server View specific flag page (uwsgi_plugins_rsyslog)
signal Enable the signal framework to allow event based inter process communication View specific flag page (uwsgi_plugins_signal)
spooler Enable queue management that works like a printing/mail system, available for python/perl/ruby View specific flag page (uwsgi_plugins_spooler)
sqlite Configure uWSGI via a sqlite database View specific flag page (uwsgi_plugins_sqlite)
ssi Fast templating system that has access to the uWSGI API View specific flag page (uwsgi_plugins_ssi)
sslrouter Permits routing/proxy of SSL requests View specific flag page (uwsgi_plugins_sslrouter)
stats_pusher_statsd Part of the metrics subsystem, lets you push metrics to a statsd server View specific flag page (uwsgi_plugins_stats_pusher_statsd)
symcall Allows you to write native uWSGI request handlers without the need of developing a full uWSGI plugin View specific flag page (uwsgi_plugins_symcall)
syslog Enable logging to standard Unix syslog View specific flag page (uwsgi_plugins_syslog)
systemd_logger Enable logging via systemd journal View specific flag page (uwsgi_plugins_systemd_logger)
transformation_chunked Filter the response generated by your application, encode the output in HTTP chunked View specific flag page (uwsgi_plugins_transformation_chunked)
transformation_gzip Filter the response generated by your application, compress in gzip View specific flag page (uwsgi_plugins_transformation_gzip)
transformation_offload Filter the response generated by your application, buffer streaming offload View specific flag page (uwsgi_plugins_transformation_offload)
transformation_tofile Filter the response generated by your application, caching buffer to a static file View specific flag page (uwsgi_plugins_transformation_tofile)
transformation_toupper Filter the response generated by your application, transforming each character in uppercase View specific flag page (uwsgi_plugins_transformation_toupper)
tuntap Ad-hoc solution for giving network connectivity to Linux processes running in a dedicated network namespace View specific flag page (uwsgi_plugins_tuntap)
ugreen Use green threads on top of the uWSGI async platform View specific flag page (uwsgi_plugins_ugreen)
webdav Build the WebDAV server (note: attributes are stored in extended attributes) View specific flag page (uwsgi_plugins_webdav)
xattr Exposes extended file attributes as router variables View specific flag page (uwsgi_plugins_xattr)
xslt Apply XSL transformation on XML documents on the fly (requires dev-libs/libxslt) View specific flag page (uwsgi_plugins_xslt)
zabbix Send statistics to a zabbix server (uwsgi behaves directly as a zabbix agent) View specific flag page (uwsgi_plugins_zabbix)
zergpool Allow grouping zerg instances and attach them to different zerg servers View specific flag page (uwsgi_plugins_zergpool)