uwsgi_plugins
router_expires

uWSGI internal routing, expires headers support

Other “uwsgi_plugins” USE_EXPAND flag values

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