comparison src/http/modules/ngx_http_static_module.c @ 388:6de24473fa70 NGINX_0_7_6

nginx 0.7.6 *) Bugfix: now if variables are used in the "access_log" directive a request root existence is always tested. *) Bugfix: the ngx_http_flv_module did not support several values in a query string.
author Igor Sysoev <http://sysoev.ru>
date Mon, 07 Jul 2008 00:00:00 +0400
parents 12defd37f578
children 0b6053502c55
comparison
equal deleted inserted replaced
387:4cde8b18f2c9 388:6de24473fa70
138 } 138 }
139 139
140 return rc; 140 return rc;
141 } 141 }
142 142
143 r->root_tested = 1;
144
143 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, log, 0, "http static fd: %d", of.fd); 145 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, log, 0, "http static fd: %d", of.fd);
144 146
145 if (of.is_dir) { 147 if (of.is_dir) {
146 148
147 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, log, 0, "http dir"); 149 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, log, 0, "http dir");