uwsgi_plugins
transformation_tofile

Filter the response generated by your application, caching buffer to a static file

Other “uwsgi_plugins” USE_EXPAND flag values

Use FlagDescription
uwsgi_plugins_alarm_curlPlugin to send a logline to a curl url.
uwsgi_plugins_alarm_xmppPlugin to send a logline via XMPP/Jabber (see http://uwsgi-docs.readthedocs.org/en/latest/AlarmSubsystem.html).
uwsgi_plugins_cacheEnable the caching framework
uwsgi_plugins_carbonSend uWSGI's internal statistics to one or more Carbon servers
uwsgi_plugins_cheaper_busynessImplement cheaper algorithm that adds or remove workers based on average utilization for given time period
uwsgi_plugins_clock_monotonicModular clock source, uses clock_gettime with CLOCK_REALTIME
uwsgi_plugins_clock_realtimeModular clock source, uses clock_gettime with CLOCK_MONOTONIC
uwsgi_plugins_corerouterBase request routing internal mechanism
uwsgi_plugins_curl_cronCall a curl url directly from a cron task
uwsgi_plugins_dumbloopRun apps which do not require sockets
uwsgi_plugins_echoReturns requests as they were sent
uwsgi_plugins_emperor_amqpEnable an emperor controlled via AMQP
uwsgi_plugins_emperor_pgEnable an emperor getting its configuration from a PostgreSQL database
uwsgi_plugins_emperor_zeromqEnable an emperor controlled via ZeroMQ
uwsgi_plugins_fastrouterProxy/load-balancer/router speaking the uwsgi protocol
uwsgi_plugins_forkptyrouterPseudoterminal server to connect to instances running inside a jail/separate namespace
uwsgi_plugins_geoipExport GeoIP information as routing variables (requires dev-libs/geoip)
uwsgi_plugins_graylog2Send logs to a Graylog2 server in Graylog2's native GELF format
uwsgi_plugins_httpmake uWSGI natively speak HTTP, using this plugin you do not need a front-end HTTP server
uwsgi_plugins_ldapLets you configure the uWSGI server via LDAP
uwsgi_plugins_legion_cache_fetchcaching for the legion subsystem
uwsgi_plugins_logcryptoSend encrypted log messages via UDP
uwsgi_plugins_logfileEnable logging to logfiles (requires USE=ssl)
uwsgi_plugins_logpipeLog to stdin of a newly forked process
uwsgi_plugins_logsocketLog to a unix socket
uwsgi_plugins_mongodblogWrite logs to a mongodb server
uwsgi_plugins_nagiosTo monitor, and eventually get warning messages, via Nagios
uwsgi_plugins_notfoundLog 404 errors
uwsgi_plugins_pamSupport PAM authentication
uwsgi_plugins_pingpings a uwsgi server
uwsgi_plugins_radosserve objects stored in a Ceph cluster directly using the librados API
uwsgi_plugins_rawrouterEnable routing requests to a specific plugin/application/function using the request modifiers
uwsgi_plugins_redislogLog to a redis server
uwsgi_plugins_router_accessuWSGI internal routing, simple access support
uwsgi_plugins_router_basicauthuWSGI internal routing, basicauth support
uwsgi_plugins_router_cacheuWSGI internal routing, cache support
uwsgi_plugins_router_expiresuWSGI internal routing, expires headers support
uwsgi_plugins_router_hashuWSGI internal routing, URL hash support
uwsgi_plugins_router_httpuWSGI internal routing, http headers support
uwsgi_plugins_router_memcacheduWSGI internal routing, memcached support
uwsgi_plugins_router_metricsuWSGI internal routing, metrics subsystem support
uwsgi_plugins_router_radiusuWSGI internal routing, radius auth support
uwsgi_plugins_router_redirectuWSGI internal routing, simple redirect support
uwsgi_plugins_router_redisuWSGI internal routing, redis support
uwsgi_plugins_router_rewriteuWSGI internal routing, URL rewrite support
uwsgi_plugins_router_spnegouWSGI internal routing, spnego auth support
uwsgi_plugins_router_staticuWSGI internal routing, static files serving support
uwsgi_plugins_router_uwsgiuWSGI internal routing,
uwsgi_plugins_router_xmldiruWSGI internal routing,
uwsgi_plugins_rpcAllow calling functions on a remote uWSGI server/cluster
uwsgi_plugins_rrdtoolStore uWSGI stats in a rrd fashion
uwsgi_plugins_rsyslogSend logs to Unix standard syslog residing on a remote server
uwsgi_plugins_signalEnable the signal framework to allow event based inter process communication
uwsgi_plugins_spoolerEnable queue management that works like a printing/mail system, available for python/perl/ruby
uwsgi_plugins_sqliteConfigure uWSGI via a sqlite database
uwsgi_plugins_ssiFast templating system that has access to the uWSGI API
uwsgi_plugins_sslrouterPermits routing/proxy of SSL requests
uwsgi_plugins_stats_pusher_statsdPart of the metrics subsystem, lets you push metrics to a statsd server
uwsgi_plugins_symcallAllows you to write native uWSGI request handlers without the need of developing a full uWSGI plugin
uwsgi_plugins_syslogEnable logging to standard Unix syslog
uwsgi_plugins_systemd_loggerEnable logging via systemd journal
uwsgi_plugins_transformation_chunkedFilter the response generated by your application, encode the output in HTTP chunked
uwsgi_plugins_transformation_gzipFilter the response generated by your application, compress in gzip
uwsgi_plugins_transformation_offloadFilter the response generated by your application, buffer streaming offload
uwsgi_plugins_transformation_tofileFilter the response generated by your application, caching buffer to a static file
uwsgi_plugins_transformation_toupperFilter the response generated by your application, transforming each character in uppercase
uwsgi_plugins_tuntapAd-hoc solution for giving network connectivity to Linux processes running in a dedicated network namespace
uwsgi_plugins_ugreenUse green threads on top of the uWSGI async platform
uwsgi_plugins_webdavBuild the WebDAV server (note: attributes are stored in extended attributes)
uwsgi_plugins_xattrExposes extended file attributes as router variables
uwsgi_plugins_xsltApply XSL transformation on XML documents on the fly (requires dev-libs/libxslt)
uwsgi_plugins_zabbixSend statistics to a zabbix server (uwsgi behaves directly as a zabbix agent)
uwsgi_plugins_zergpoolAllow grouping zerg instances and attach them to different zerg servers