comparison auto/lib/conf @ 26:45fe5b98a9de NGINX_0_1_13

nginx 0.1.13 *) Feature: the server_names_hash and server_names_hash_threshold directives. *) Bugfix: the *.domain.tld names in the "server_name" directive did not work. *) Bugfix: the %request_length log parameter logged the incorrect length.
author Igor Sysoev <http://sysoev.ru>
date Tue, 21 Dec 2004 00:00:00 +0300
parents f0b350454894
children e1ada20fc595
comparison
equal deleted inserted replaced
25:21488c53e135 26:45fe5b98a9de
4 4
5 if [ $USE_PCRE = YES ]; then 5 if [ $USE_PCRE = YES ]; then
6 . auto/lib/pcre/conf 6 . auto/lib/pcre/conf
7 fi 7 fi
8 8
9 if [ $USE_MD5 = YES ]; then 9 if [ $USE_OPENSSL = YES ]; then
10 . auto/lib/md5/conf 10 . auto/lib/openssl/conf
11 fi 11 fi
12 12
13 if [ $USE_OPENSSL = YES ]; then 13 if [ $USE_MD5 = YES ]; then
14 . auto/lib/openssl/conf 14
15 if [ $OPENSSL != NONE -a $OPENSSL != NO ]; then
16 have=NGX_HAVE_OPENSSL_MD5_H . auto/have
17 have=NGX_OPENSSL_MD5 . auto/have
18 MD5=YES
19
20 else
21 . auto/lib/md5/conf
22 fi
23
15 fi 24 fi
16 25
17 if [ $USE_ZLIB = YES ]; then 26 if [ $USE_ZLIB = YES ]; then
18 . auto/lib/zlib/conf 27 . auto/lib/zlib/conf
19 fi 28 fi