uwsgi 0.9.8.3-2 source package in Ubuntu
Changelog
uwsgi (0.9.8.3-2) unstable; urgency=low [ Leonid Borisenko ] * uwsgi: - change location of runtime directory of uWSGI instance from: /run/uwsgi/<confname> to: /run/uwsgi/app/<confname> - change location of uWSGI instance logfile from: /var/log/uwsgi/<confname>.log to: /var/log/uwsgi/app/<confname>.log [ Janos Guljas ] * uwsgi-plugin-jwsgi-openjdk-6: - Change UWSGICONFIG_JVM_INCPATH and UWSGICONFIG_JVM_LIBPATH. (Closes: #640347) - update lintian-overrides binary-or-shlib-defines-rpath for new paths * Add myself as maintainer. Many thanks to Leonid Borisenko who did a great job of packaging and maintaining this package. -- Janos Guljas <email address hidden> Sun, 01 Jan 2012 21:01:34 +0100
Upload details
- Uploaded by:
- Janos Guljas
- Uploaded to:
- Sid
- Original maintainer:
- Janos Guljas
- Architectures:
- any all
- Section:
- web
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
uwsgi_0.9.8.3-2.dsc | 3.8 KiB | 435b2918c8efab0d05d3198b0ea588977f546e1023e63235e3c3f79315c32c65 |
uwsgi_0.9.8.3.orig.tar.gz | 342.9 KiB | 2b529a8408bb4938ebccd3c4264af5af4f17ee5bd6043376ef3909c2411f611f |
uwsgi_0.9.8.3-2.debian.tar.gz | 34.4 KiB | 2f75cdfb3716ecaf775fe6317b8cef8260b3689b5a4be21712b03ac6e062670a |
Available diffs
No changes file available.
Binary packages built by this source
- libapache2-mod-ruwsgi: uwsgi module for Apache2 (mod_Ruwsgi)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It uses the uwsgi protocol for all the networking/interprocess communications.
.
This package provides Apache2 module for communicating with uWSGI.
.
This is the second module developed and it's more Apache2 API friendly.
- libapache2-mod-ruwsgi-dbg: debugging symbols for Apache2 mod_Ruwsgi
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
.
This package contains the debug symbols for Apache2 mod_Ruwsgi. Install this
package if you need to debug module or if you need a useful backtrace of a
crash.
- libapache2-mod-uwsgi: uwsgi module for Apache2 (mod_uwsgi)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It uses the uwsgi protocol for all the networking/interprocess communications.
.
This package provides Apache2 module for communicating with uWSGI.
.
This is the first module developed, it is stable but a bit hacky (it does not
fully use the Apache2 API).
- libapache2-mod-uwsgi-dbg: debugging symbols for Apache2 mod_uwsgi
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
.
This package contains the debug symbols for Apache2 mod_uwsgi. Install this
package if you need to debug module or if you need a useful backtrace of a
crash.
- python-django-uwsgi-admin: Django application for administering uWSGI server
uwsgi_admin is a small Django application that:
* shows some information about current uWSGI state
* allows one to reload uWSGI from web-interface
.
This application must be served with uWSGI.
- python-uwsgicc: uWSGI control center
uwsgicc is a complete web-application (written on Python with Flask framework)
that shows some information about current uWSGI state.
.
This application must be served with uWSGI.
- python-uwsgidecorators: module of decorators for elegant access to uWSGI API (Python)
uwsgidecorators is a simple Python module that exports a bunch of decorators
to allow a more elegant approach to uWSGI API. Provided decorators helps with
creating of RPC functions, timers, filemonitors.
.
This package provides uwsgidecorators module, accessible from Python 2.X
runtime.
- python3-uwsgidecorators: module of decorators for elegant access to uWSGI API (Python 3)
uwsgidecorators is a simple Python module that exports a bunch of decorators
to allow a more elegant approach to uWSGI API. Provided decorators helps with
creating of RPC functions, timers, filemonitors.
.
This package provides uwsgidecorators module, accessible from Python 3.X
runtime.
.
uwsgidecorators module doesn't targeted at Python 3 officially, so some
decorators may not work or work improperly.
- uwsgi: fast, self-healing application container server
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It uses the uwsgi protocol for all the networking/interprocess communications.
.
uWSGI can be run in preforking, threaded, asynchronous/evented modes and
supports various forms of green threads/coroutines (such as uGreen, Greenlet,
Fiber). uWSGI provides several methods of configuration: via command line,
via environment variables, via XML, INI, YAML configuration files, via LDAP
and more.
.
On top of all this, it is designed to be fully modular. This means that
different plugins can be used in order to add compatibility with tons of
different technology on top of the same core.
.
This package depends on uWSGI core binary and installs:
* init.d script for running uWSGI daemon(s) with options defined in custom
user-created configuration files
* infrastructure for running daemons (like common locations of communication
sockets, logs)
- uwsgi-app-integration-plugins: plugins for integration of uWSGI and application
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This dependency package provides plugins for integration of uWSGI and
application:
* CGI, Erlang, Java (OpenJDK 6), JWSGI (OpenJDK 6),
Lua WSAPI (Lua 5.1/LuaJIT), Perl PSGI, Python WSGI (Python/Python 3),
Rack (Ruby 1.8/Ruby 1.9.1)
- uwsgi-core: fast, self-healing application container server (core)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It uses the uwsgi protocol for all the networking/interprocess communications.
.
uWSGI can be run in preforking, threaded, asynchronous/evented modes and
supports various forms of green threads/coroutines (such as uGreen, Greenlet,
Fiber). uWSGI provides several methods of configuration: via command line,
via environment variables, via XML, INI, YAML configuration files, via LDAP
and more.
.
On top of all this, it is designed to be fully modular. This means that
different plugins can be used in order to add compatibility with tons of
different technology on top of the same core.
.
This package provides:
* executable uWSGI core binary (built without any embedded plugins)
* uWSGI usage examples
* uWSGI test suite
- uwsgi-dbg: debugging symbols for uWSGI server and it's plugins
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
.
This package contains the debug symbols for uWSGI core binary and plugins.
Install this package if you need to debug such a program or if you need a
useful backtrace of a crash.
- uwsgi-extra: fast, self-healing application container server (extra files)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
.
This package provides extra files from uWSGI distribution:
* nginx 0.7.x module source
* lighttpd module source
* contribs
- uwsgi-infrastructure-plugins: infrastructure plugins for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This dependency package provides infrastructure plugins for uWSGI:
* admin, cache, echo, fastrouter, graylog2, HTTP serving, logsocket, Nagios,
ping, RPC, RRDTool, rsyslog, syslog
- uwsgi-plugin-admin: admin plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides admin plugin for uWSGI.
- uwsgi-plugin-cache: cache plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides cache plugin for uWSGI.
- uwsgi-plugin-cgi: CGI plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides CGI plugin for uWSGI.
- uwsgi-plugin-echo: echo plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides echo plugin for uWSGI.
- uwsgi-plugin-erlang: Erlang plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Erlang plugin for uWSGI.
- uwsgi-plugin-fastrouter: fastrouter plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides fastrouter plugin for uWSGI.
- uwsgi-plugin-fiber: fiber loop engine plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Ruby 1.9 fiber loop engine plugin for uWSGI. Fibers are
a form of coroutine, useful for implementing cooperative multitasking in your
Ruby 1.9.x apps.
- uwsgi-plugin-greenlet-python: greenlet plugin for uWSGI (Python)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides greenlet plugin for uWSGI with Python WSGI plugin.
- uwsgi-plugin-http: HTTP server plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides HTTP server plugin for uWSGI.
- uwsgi-plugin-jvm-openjdk-6: Java plugin for uWSGI (OpenJDK 6)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Java plugin for uWSGI (linked with OpenJDK Java 6
runtime).
- uwsgi-plugin-jwsgi-openjdk-6: JWSGI plugin for uWSGI (OpenJDK 6)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides JWSGI plugin for uWSGI (linked with OpenJDK Java 6
runtime).
- uwsgi-plugin-lua5.1: Lua WSAPI plugin for uWSGI (Lua 5.1)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Lua WSAPI plugin for uWSGI (linked with Lua 5.1
runtime).
- uwsgi-plugin-luajit: Lua WSAPI plugin for uWSGI (LuaJIT)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Lua WSAPI plugin for uWSGI (linked with LuaJIT runtime).
- uwsgi-plugin-nagios: Nagios plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Nagios plugin for uWSGI.
- uwsgi-plugin-ping: ping plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides ping plugin for uWSGI.
- uwsgi-plugin-psgi: Perl PSGI plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Perl PSGI plugin for uWSGI.
- uwsgi-plugin-pyerl-python: pyerl plugin for uWSGI (Python)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides pyerl plugin for uWSGI with Python WSGI plugin.
- uwsgi-plugin-pyerl-python3: pyerl plugin for uWSGI (Python 3)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides pyerl plugin for uWSGI with Python 3 WSGI plugin.
- uwsgi-plugin-python: Python WSGI plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Python WSGI plugin for uWSGI (linked with Python 2.X
runtime).
- uwsgi-plugin-python3: Python 3 WSGI plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Python 3 WSGI plugin for uWSGI (linked with Python 3.X
runtime).
- uwsgi-plugin-rack-ruby1.8: Rack plugin for uWSGI (Ruby 1.8)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Rack plugin for uWSGI (linked with Ruby 1.8 runtime).
- uwsgi-plugin-rack-ruby1.9.1: Rack plugin for uWSGI (Ruby 1.9.1)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Rack plugin for uWSGI (linked with Ruby 1.9.1 runtime).
- uwsgi-plugin-rpc: RPC plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides RPC plugin for uWSGI.
- uwsgi-plugin-ugreen: uGreen plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides uGreen plugin for uWSGI.
- uwsgi-plugins-all: all available plugins for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This dependency package provides all available plugins for uWSGI:
* infrastructure plugins (fastrouter, HTTP serving, RPC, etc.)
* plugins for integration of uWSGI and application (CGI, PSGI, Rack, WSGI,
etc.)
* carbon, fiber loop engine, greenlet (Python), probeconnect, probepg,
pyerl (Python/Python 3), uGreen