Сервисы » Обзор пакетов » www-servers »
uwsgi
|
Легенда:
- + - стабильный
- ~ - нестабильный
- M - замаскированный
|
|
|
alpha |
amd64 |
arm |
hppa |
ia64 |
m68k |
mips |
ppc |
ppc64 |
s390 |
sh |
sparc |
x86 |
2.0.21 |
|
- |
+ |
+ |
- |
- |
- |
- |
- |
- |
- |
- |
- |
+ |
USE флаги
- apache2 - Add Apache2 support
- caps - Use Linux capabilities library to control privilege
- cgi - Add CGI script support
- debug - Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- embedded - Embed plugins instead of building them as real plugins. When disabling this USE flag make sure you specify all used plugins in your uWSGI configuration. Note: Language plugins will always be built as real plugins.
- expat - Enable the use of dev-libs/expat for XML parsing
- go - Build the gccgo plugin to run Go applications.
- jemalloc - Use dev-libs/jemalloc for memory management
- json - Support json as a configuration file format.
- lua - Enable Lua scripting support
- lua_single_target_lua5-1 - Build for Lua 5.1 only
- mono - Build Mono bindings to support dotnet type stuff
- pcre - Add support for Perl Compatible Regular Expressions
- perl - Add optional support/bindings for the Perl language
- php - Include support for the PHP language
- php_targets_php7-3 - Build against PHP 7.3
- php_targets_php7-4 - Build against PHP 7.4
- php_targets_php8-0 - Build against PHP 8.0
- php_targets_php8-1 - Build against PHP 8.1
- php_targets_php8-2 - Build against PHP 8.2
- postgres_targets_postgres13 - Build against PostgreSQL 13
- postgres_targets_postgres14 - Build against PostgreSQL 14
- postgres_targets_postgres15 - Build against PostgreSQL 15
- python - Add optional support/bindings for the Python language
- python-asyncio - Use the EXPERIMENTAL asyncio (tulip) for python3.4 async request dispatching and as LoopEngine (see http://uwsgi-docs.readthedocs.org/en/latest/asyncio.html).
- python_targets_python3_10 - Build with Python 3.10
- python_targets_python3_11 - Build with Python 3.11
- python_targets_python3_9 - Build with Python 3.9
- routing - Enable routing support
- ruby - Add support/bindings for the Ruby language
- ruby_targets_ruby27 - Build with MRI Ruby 2.7.x
- ruby_targets_ruby30 - Build with MRI Ruby 3.0.x
- ruby_targets_ruby31 - Build with MRI Ruby 3.1.x
- ruby_targets_ruby32 - Build with MRI Ruby 3.2.x
- selinux - !!internal use only!! Security Enhanced Linux support, this must be set by the selinux profile or breakage will occur
- ssl - Add support for SSL/TLS connections (Secure Socket Layer / Transport Layer Security)
- uwsgi_plugins_alarm_curl - Plugin to send a logline to a curl url.
- uwsgi_plugins_alarm_xmpp - Plugin to send a logline via XMPP/Jabber (see http://uwsgi-docs.readthedocs.org/en/latest/AlarmSubsystem.html).
- uwsgi_plugins_cache - Enable the caching framework
- uwsgi_plugins_carbon - Send uWSGI's internal statistics to one or more Carbon servers
- uwsgi_plugins_cheaper_busyness - Implement cheaper algorithm that adds or remove workers based on average utilization for given time period
- 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_corerouter - Base request routing internal mechanism
- uwsgi_plugins_curl_cron - Call a curl url directly from a cron task
- uwsgi_plugins_dumbloop - Run apps which do not require sockets
- uwsgi_plugins_echo - Returns requests as they were sent
- uwsgi_plugins_emperor_amqp - Enable an emperor controlled via AMQP
- uwsgi_plugins_emperor_pg - Enable an emperor getting its configuration from a PostgreSQL database
- uwsgi_plugins_emperor_zeromq - Enable an emperor controlled via ZeroMQ
- uwsgi_plugins_fastrouter - Proxy/load-balancer/router speaking the uwsgi protocol
- uwsgi_plugins_forkptyrouter - Pseudoterminal server to connect to instances running inside a jail/separate namespace
- uwsgi_plugins_geoip - Export GeoIP information as routing variables (requires dev-libs/geoip)
- uwsgi_plugins_graylog2 - Send logs to a Graylog2 server in Graylog2's native GELF format
- uwsgi_plugins_http - make uWSGI natively speak HTTP, using this plugin you do not need a front-end HTTP server
- uwsgi_plugins_ldap - Lets you configure the uWSGI server via LDAP
- uwsgi_plugins_legion_cache_fetch - caching for the legion subsystem
- uwsgi_plugins_logcrypto - Send encrypted log messages via UDP
- uwsgi_plugins_logfile - Enable logging to logfiles (requires USE=ssl)
- uwsgi_plugins_logpipe - Log to stdin of a newly forked process
- uwsgi_plugins_logsocket - Log to a unix socket
- uwsgi_plugins_mongodblog - Write logs to a mongodb server
- uwsgi_plugins_nagios - To monitor, and eventually get warning messages, via Nagios
- uwsgi_plugins_notfound - Log 404 errors
- uwsgi_plugins_pam - Support PAM authentication
- uwsgi_plugins_ping - pings a uwsgi server
- uwsgi_plugins_rados - serve objects stored in a Ceph cluster directly using the librados API
- uwsgi_plugins_rawrouter - Enable routing requests to a specific plugin/application/function using the request modifiers
- uwsgi_plugins_redislog - Log to a redis server
- uwsgi_plugins_router_access - uWSGI internal routing, simple access support
- uwsgi_plugins_router_basicauth - uWSGI internal routing, basicauth support
- uwsgi_plugins_router_cache - uWSGI internal routing, cache support
- uwsgi_plugins_router_expires - uWSGI internal routing, expires headers support
- uwsgi_plugins_router_hash - uWSGI internal routing, URL hash support
- uwsgi_plugins_router_http - uWSGI internal routing, http headers support
- uwsgi_plugins_router_memcached - uWSGI internal routing, memcached support
- uwsgi_plugins_router_metrics - uWSGI internal routing, metrics subsystem support
- uwsgi_plugins_router_radius - uWSGI internal routing, radius auth support
- uwsgi_plugins_router_redirect - uWSGI internal routing, simple redirect support
- uwsgi_plugins_router_redis - uWSGI internal routing, redis support
- uwsgi_plugins_router_rewrite - uWSGI internal routing, URL rewrite support
- uwsgi_plugins_router_spnego - uWSGI internal routing, spnego auth support
- uwsgi_plugins_router_static - uWSGI internal routing, static files serving support
- uwsgi_plugins_router_uwsgi - uWSGI internal routing,
- uwsgi_plugins_router_xmldir - uWSGI internal routing,
- uwsgi_plugins_rpc - Allow calling functions on a remote uWSGI server/cluster
- uwsgi_plugins_rrdtool - Store uWSGI stats in a rrd fashion
- uwsgi_plugins_rsyslog - Send logs to Unix standard syslog residing on a remote server
- uwsgi_plugins_signal - Enable the signal framework to allow event based inter process communication
- uwsgi_plugins_spooler - Enable queue management that works like a printing/mail system, available for python/perl/ruby
- uwsgi_plugins_sqlite - Configure uWSGI via a sqlite database
- uwsgi_plugins_ssi - Fast templating system that has access to the uWSGI API
- uwsgi_plugins_sslrouter - Permits routing/proxy of SSL requests
- uwsgi_plugins_stats_pusher_statsd - Part of the metrics subsystem, lets you push metrics to a statsd server
- uwsgi_plugins_symcall - Allows you to write native uWSGI request handlers without the need of developing a full uWSGI plugin
- uwsgi_plugins_syslog - Enable logging to standard Unix syslog
- uwsgi_plugins_systemd_logger - Enable logging via systemd journal
- uwsgi_plugins_transformation_chunked - Filter the response generated by your application, encode the output in HTTP chunked
- uwsgi_plugins_transformation_gzip - Filter the response generated by your application, compress in gzip
- uwsgi_plugins_transformation_offload - Filter the response generated by your application, buffer streaming offload
- uwsgi_plugins_transformation_tofile - Filter the response generated by your application, caching buffer to a static file
- uwsgi_plugins_transformation_toupper - Filter the response generated by your application, transforming each character in uppercase
- uwsgi_plugins_tuntap - Ad-hoc solution for giving network connectivity to Linux processes running in a dedicated network namespace
- uwsgi_plugins_ugreen - Use green threads on top of the uWSGI async platform
- uwsgi_plugins_webdav - Build the WebDAV server (note: attributes are stored in extended attributes)
- uwsgi_plugins_xattr - Exposes extended file attributes as router variables
- uwsgi_plugins_xslt - Apply XSL transformation on XML documents on the fly (requires dev-libs/libxslt)
- 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
- xml - Add support for XML files
- yajl - Use dev-libs/yajl instead of dev-libs/jansson for parsing JSON configuration files (if USe=json is set)
- yaml - Support yaml as a configuration file format.
- zeromq - Enable logging and deployment via ZeroMQ.
Экспортировать в
Atom