comparison src/core/nginx.c @ 378:820f6378fc00 NGINX_0_7_1

nginx 0.7.1 *) Change: now locations are searched in a tree. *) Change: the "optimize_server_names" directive was canceled due to the "server_name_in_redirect" directive introduction. *) Change: some long deprecated directives are not supported anymore. *) Change: the "none" parameter in the "ssl_session_cache" directive; now this is default parameter. Thanks to Rob Mueller. *) Bugfix: worker processes might not catch reconfiguration and log rotation signals. *) Bugfix: nginx could not be built on latest Fedora 9 Linux. Thanks to Roxis.
author Igor Sysoev <http://sysoev.ru>
date Mon, 26 May 2008 00:00:00 +0400
parents b743d290eb3b
children 984bb0b1399b
comparison
equal deleted inserted replaced
377:5d98007adb5f 378:820f6378fc00
1076 } 1076 }
1077 1077
1078 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, 1078 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
1079 "invalid character \"%c\" in \"worker_cpu_affinity\"", 1079 "invalid character \"%c\" in \"worker_cpu_affinity\"",
1080 ch); 1080 ch);
1081 return NGX_CONF_ERROR ; 1081 return NGX_CONF_ERROR;
1082 } 1082 }
1083 } 1083 }
1084 1084
1085 #else 1085 #else
1086 1086