]> git.kaiwu.me - nginx.git/commit
Core: fixed handling of "stderr" in error_log.
authorVladimir Homutov <vl@nginx.com>
Tue, 4 Jun 2013 07:27:36 +0000 (11:27 +0400)
committerVladimir Homutov <vl@nginx.com>
Tue, 4 Jun 2013 07:27:36 +0000 (11:27 +0400)
commit26489b16e5abc76eb1b72e37651d01a1e1a657cb
tree4504ca380ab2f637e3ea8d77c7ebb1041de3cbf2
parent9db2eddd8ad9da27a68e4551fbb78ccd79470b6c
Core: fixed handling of "stderr" in error_log.

If "stderr" was specified in one of the "error_log" directives,
stderr is not redirected to the first error_log on startup,
configuration reload, and reopening log files.
src/core/nginx.c
src/core/ngx_cycle.c
src/core/ngx_cycle.h
src/core/ngx_log.c
src/http/ngx_http_core_module.c