No description
Find a file
Igor Sysoev 7af167615d Merging r4013, r4200:
error_log related fixes:

*) Complain on invalid log levels.

   Previously only first log level was required to be correct, while
   error_log directive in fact accepts list of levels (e.g. one may
   specify "error_log ... debug_core debug_http;").  This resulted
   in (avoidable) wierd behaviour on missing semicolon after error_log
   directive, e.g.

       error_log /path/to/log info
       index index.php;

   silently skipped index directive and it's arguments (trying to
   interpret them as log levels without checking to be correct).

*) Fixed configuration summary and manpage contents for the special
   --error-log-path=stderr case.
2011-11-01 11:23:26 +00:00
auto Merging r4013, r4200: 2011-11-01 11:23:26 +00:00
conf Merging r4086, r4087, r4088, r4090, r4094, r4095, r4096, r4097, r4099, r4100, 2011-09-30 15:13:47 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs nginx-1.0.8-RELEASE 2011-10-01 06:00:42 +00:00
misc copy OpenSSL-0.9.8r LICENSE for nginx/Windows zip 2011-02-21 10:04:02 +00:00
src Merging r4013, r4200: 2011-11-01 11:23:26 +00:00