Uma nova versão de desenvolvimento do servidor web e de proxy reverso nginx foi disponibilizada. O nginx 1.3.2 traz 10 commits incluindo 2 mudanças, 2 novas funcionalidades e 6 correções de erros
Mudanças no nginx 1.3.2
- Mudança: the "single" parameter of the "keepalive" directive is now ignored.
- Mudança: SSL compression is now disabled when using all versions of OpenSSL, including ones prior to 1.0.0.
- Funcionalidade: it is now possible to use the "ip_hash" directive to balance IPv6 clients.
- Funcionalidade: the $status variable can now be used not only in the "log_format" directive.
- Correção: a segmentation fault might occur in a worker process on shutdown if the "resolver" directive was used.
- Correção: a segmentation fault might occur in a worker process if the ngx_http_mp4_module was used.
- Correção: in the ngx_http_mp4_module.
- Correção: a segmentation fault might occur in a worker process if conflicting wildcard server names were used.
- Correção: nginx might be terminated abnormally on a SIGBUS signal on ARM platform.
- Correção: an alert "sendmsg() failed (9: Bad file number)" on HP-UX while reconfiguration.