comparison src/http/ngx_http_core_module.c @ 671:cec32b3753ac release-0.3.57

nginx-0.3.57-RELEASE import *) 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 <igor@sysoev.ru>
date Wed, 09 Aug 2006 19:59:45 +0000
parents 63a820b0bc6c
children b80f94fa2197
comparison
equal deleted inserted replaced
670:ba43c68592d0 671:cec32b3753ac
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