comparison src/core/nginx.h @ 278:704622b2528a NGINX_0_5_9

nginx 0.5.9 *) Change: now the ngx_http_memcached_module uses the $memcached_key variable value as a key. *) Feature: the $memcached_key variable. *) Feature: the "clean" parameter in the "client_body_in_file_only" directive. *) Feature: the "env" directive. *) Feature: the "sendfile" directive is available inside the "if" block. *) Feature: now on failure of the writing to access nginx logs a message to error_log, but not more often than once a minute. *) Bugfix: the "access_log off" directive did not always turn off the logging.
author Igor Sysoev <http://sysoev.ru>
date Thu, 25 Jan 2007 00:00:00 +0300
parents c5c2b2883984
children fa73fb2d9427
comparison
equal deleted inserted replaced
277:b3aec7787b8e 278:704622b2528a
6 6
7 #ifndef _NGINX_H_INCLUDED_ 7 #ifndef _NGINX_H_INCLUDED_
8 #define _NGINX_H_INCLUDED_ 8 #define _NGINX_H_INCLUDED_
9 9
10 10
11 #define NGINX_VERSION "0.5.8" 11 #define NGINX_VERSION "0.5.9"
12 #define NGINX_VER "nginx/" NGINX_VERSION 12 #define NGINX_VER "nginx/" NGINX_VERSION
13 13
14 #define NGINX_VAR "NGINX" 14 #define NGINX_VAR "NGINX"
15 #define NGX_OLDPID_EXT ".oldbin" 15 #define NGX_OLDPID_EXT ".oldbin"
16 16