nginx-0.3.20-RELEASE import

*) Bugfix: in SSI handling.

    *) Bugfix: the ngx_http_memcached_module did not support the keys in
       the "/usr?args" form.
This commit is contained in:
Igor Sysoev
2006-01-11 15:26:57 +00:00
parent 04ebcd9429
commit df3254aa49
35 changed files with 485 additions and 252 deletions

View File

@@ -110,6 +110,7 @@ fi
if [ $HTTP_SSI = YES ]; then
have=NGX_HTTP_SSI . auto/have
HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES $HTTP_SSI_FILTER_MODULE"
HTTP_DEPS="$HTTP_DEPS $HTTP_SSI_DEPS"
HTTP_SRCS="$HTTP_SRCS $HTTP_SSI_SRCS"
fi