comparison auto/lib/conf @ 477:ad1e9ebf93bb release-0.1.13

nginx-0.1.13-RELEASE import *) 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 <igor@sysoev.ru>
date Tue, 21 Dec 2004 12:30:30 +0000
parents 42d11f017717
children fd661d14a7fa
comparison
equal deleted inserted replaced
476:7e8b84ab09e9 477:ad1e9ebf93bb
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