comparison src/http/ngx_http.h @ 146:36af50a5582d NGINX_0_3_20

nginx 0.3.20 *) Bugfix: in SSI handling. *) Bugfix: the ngx_http_memcached_module did not support the keys in the "/usr?args" form.
author Igor Sysoev <http://sysoev.ru>
date Wed, 11 Jan 2006 00:00:00 +0300
parents 84910468f6de
children 0ad9eeb6ac7f
comparison
equal deleted inserted replaced
145:85a84f8da62b 146:36af50a5582d
36 #include <ngx_http_busy_lock.h> 36 #include <ngx_http_busy_lock.h>
37 #include <ngx_http_log_module.h> 37 #include <ngx_http_log_module.h>
38 #include <ngx_http_core_module.h> 38 #include <ngx_http_core_module.h>
39 #include <ngx_http_script.h> 39 #include <ngx_http_script.h>
40 40
41 #if (NGX_HTTP_SSI)
42 #include <ngx_http_ssi_filter_module.h>
43 #endif
41 #if (NGX_HTTP_SSL) 44 #if (NGX_HTTP_SSL)
42 #include <ngx_http_ssl_module.h> 45 #include <ngx_http_ssl_module.h>
43 #endif 46 #endif
44 47
45 48