comparison src/http/ngx_http_core_module.c @ 220:559bc7ec214e NGINX_0_3_57

nginx 0.3.57 *) Feature: the $ssl_client_serial variable. *) Bugfix: in the "!-e" operator of the "if" directive. Thanks to Andrian Budanstov. *) Bugfix: while a client certificate verification nginx did not send to a client the required certificates information. *) Bugfix: the $document_root variable did not support the variables in the "root" directive.
author Igor Sysoev <http://sysoev.ru>
date Wed, 09 Aug 2006 00:00:00 +0400
parents fa32d59d9a15
children dd6c66b5b0e2
comparison
equal deleted inserted replaced
219:8045828c3706 220:559bc7ec214e
1070 1070
1071 last = ngx_copy(path->data, clcf->root.data, clcf->root.len); 1071 last = ngx_copy(path->data, clcf->root.data, clcf->root.len);
1072 1072
1073 } else { 1073 } else {
1074 if (ngx_http_script_run(r, path, clcf->root_lengths->elts, reserved, 1074 if (ngx_http_script_run(r, path, clcf->root_lengths->elts, reserved,
1075 clcf->root_values->elts) 1075 clcf->root_values->elts)
1076 == NULL) 1076 == NULL)
1077 { 1077 {
1078 return NULL; 1078 return NULL;
1079 } 1079 }
1080 1080