comparison auto/lib/md5/conf @ 502:f0cac61857ae NGINX_0_8_3

nginx 0.8.3 *) Feature: the $upstream_cache_status variable. *) Bugfix: nginx could not be built on MacOSX 10.6. the bug had appeared in 0.8.2. *) Bugfix: nginx could not be built --without-http-cache; the bug had appeared in 0.8.2. *) Bugfix: a segmentation fault occurred in worker process, if a backend 401 error was intercepted and the backend did not set the "WWW-Authenticate" response header line. Thanks to Eugene Mychlo.
author Igor Sysoev <http://sysoev.ru>
date Fri, 19 Jun 2009 00:00:00 +0400
parents f39b9e29530d
children 53f5f04a64b8
comparison
equal deleted inserted replaced
501:531b6bbae529 502:f0cac61857ae
98 98
99 cat << END 99 cat << END
100 100
101 $0: error: the HTTP cache module requires md5 functions 101 $0: error: the HTTP cache module requires md5 functions
102 from OpenSSL library. You can either disable the module by using 102 from OpenSSL library. You can either disable the module by using
103 --without-http_cache option, or install the OpenSSL library into the system, 103 --without-http-cache option, or install the OpenSSL library into the system,
104 or build the OpenSSL library statically from the source with nginx by using 104 or build the OpenSSL library statically from the source with nginx by using
105 --with-openssl=<path> option. 105 --with-http_ssl_module --with-openssl=<path> options.
106 106
107 END 107 END
108 exit 1 108 exit 1
109 fi 109 fi
110 110