HEX
Server: Apache
System: Linux vpshost0650.publiccloud.com.br 4.4.79-grsec-1.lc.x86_64 #1 SMP Wed Aug 2 14:18:21 -03 2017 x86_64
User: bandeirantesbomb3 (10068)
PHP: 8.0.7
Disabled: apache_child_terminate,dl,escapeshellarg,escapeshellcmd,exec,link,mail,openlog,passthru,pcntl_alarm,pcntl_exec,pcntl_fork,pcntl_get_last_error,pcntl_getpriority,pcntl_setpriority,pcntl_signal,pcntl_signal_dispatch,pcntl_sigprocmask,pcntl_sigtimedwait,pcntl_sigwaitinfo,pcntl_strerror,pcntl_wait,pcntl_waitpid,pcntl_wexitstatus,pcntl_wifexited,pcntl_wifsignaled,pcntl_wifstopped,pcntl_wstopsig,pcntl_wtermsig,php_check_syntax,php_strip_whitespace,popen,proc_close,proc_open,shell_exec,symlink,system
Upload Files
File: //usr/share/doc/uwsgi-2.0.9/CHANGELOG
uWSGI 2.0.9
===========

[20141230]

Bugfixes
--------

* fixed mod_proxy_uwsgi for non-blocking mode (many thanks to Joe cuchac)
* fixed master-fifo + cheaper
* fixed leak on error in bind_to_unix (Riccardo Magliocchetti)
* atexit hooks works in cheaped workers too
* atexit hooks works in gevent mode too during shutdown
* fixed carbon command line option value after reload
* do not honour Emperor throttling on the first run
* fixed Mono plugin
* fixed peer name in corerouters
* fixed stop signal for daemons
* varios ssl/tls fixes in https/spdy router
* fixed python3 --py-auto-reload-ignore
* fixed modifiers in corerouters
* support for yajl from homebrew (OSX)
* psgi: Ensure that we call any DESTROY hooks on psgix.harakiri.commit (Ævar Arnfjörð Bjarmason)
* systemdlogger: fix compilation with -Werror=format-security (Riccardo Magliocchetti)
* fixed unmasked websockets
* perl fixed latent refcounting bug (Mattia Barbon)

New Features
------------

Improved PyPy support for Linux
*******************************

The PyPy team have started building libpypy-c.so in their official releases. Now using pypy with uWSGI should be way easier:

http://uwsgi-docs.readthedocs.org/en/latest/PyPy.html

Fastrouter post-buffering
*************************

The fastrouter got post-buffering:

http://uwsgi-docs.readthedocs.org/en/latest/Fastrouter.html#post-buffering-mode-uwsgi-2-0-9

Perl uwsgi::opt
***************

The psgi/perl plugin exposes the uwsgi::opt hash, reporting the whole instance key-value configuration

--pull-header
*************

This is like --collect-header but the collected header is not returned to the client

active-workers signal target
****************************

This is like the 'workers' target, but forward the signal only to non-cheaper workers

httpdumb routing action
***********************

The http internal router exposes a new mode called 'httpdumb' that does not change  headers before forwarding the request

Availability
------------

uWSGI 2.0.9 has been released on 20141230.

You can download it from:

http://projects.unbit.it/downloads/uwsgi-2.0.9.tar.gz