Changes with nginx 0.7.12 26 Aug
2008
*) Feature: the "server_name" directive supports empty name "".
*) Feature: the "gzip_disable" directive supports special "msie6"
mask.
*) Bugfix: if the "max_fails=0" parameter was used in upstream with
several servers, then a worker process exited on a SIGFPE signal.
Thanks to Maxim D..
*) Bugfix: a request body was dropped while redirection via an
"error_page" directive.
*) Bugfix: a full response was returned for request method HEAD
while
redirection via an “error_page” directive.
*) Bugfix: the $r->header_in() method did not return value of the
"Host", "User-Agent", and "Connection" request header lines; the
bug
had appeared in 0.7.0.
I get this error when trying to compile it
src/os/unix/ngx_files.c: In function ‘ngx_read_glob’:
src/os/unix/ngx_files.c:283: error: ‘glob_t’ has no member named
‘gl_matchc’
make[1]: *** [objs/src/os/unix/ngx_files.o] Error 1
make[1]: Leaving directory `/tmp/nginx-0.7.12’
make: *** [build] Error 2
i just saw the patch you had sent
are you going to make a new release for the fix?
On Tue, Aug 26, 2008 at 10:14:59AM -0700, [email protected] wrote:
i just saw the patch you had sent
are you going to make a new release for the fix?
Yes.
On Wed, Aug 27, 2008 at 08:27:01AM +0200, Almir K. wrote:
On Tue, Aug 26, 2008 at 08:20:42PM +0400, Igor S. wrote:
*) Bugfix: a request body was dropped while redirection via an
"error_page" directive.
any info on when this bug appeared?
It was always.
On Tue, Aug 26, 2008 at 08:20:42PM +0400, Igor S. wrote:
*) Bugfix: a request body was dropped while redirection via an
"error_page" directive.
any info on when this bug appeared?