comparison auto/summary @ 285:8f48e6366d09

nginx-0.0.2-2004-03-11-18:42:41 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 11 Mar 2004 15:42:41 +0000
parents 30310107dbc9
children 4feff829a849
comparison
equal deleted inserted replaced
284:1fecc9478d92 285:8f48e6366d09
36 echo "$0: error: HTTP rewrite module requires PCRE library." 36 echo "$0: error: HTTP rewrite module requires PCRE library."
37 echo $ngx_n "You can disable the module by using" $ngx_c 37 echo $ngx_n "You can disable the module by using" $ngx_c
38 echo "--without-http_rewrite_module option" 38 echo "--without-http_rewrite_module option"
39 echo "or you have to enable PCRE support" 39 echo "or you have to enable PCRE support"
40 echo 40 echo
41
41 exit 1 42 exit 1
42 fi 43 fi
43 fi 44 fi
44 45
45 46
48 echo "$0: error: HTTP gzip module requires zlib library." 49 echo "$0: error: HTTP gzip module requires zlib library."
49 echo $ngx_n "You can disable the module by using" $ngx_c 50 echo $ngx_n "You can disable the module by using" $ngx_c
50 echo "--without-http_gzip_module option" 51 echo "--without-http_gzip_module option"
51 echo "or you have to enable zlib support" 52 echo "or you have to enable zlib support"
52 echo 53 echo
54
53 exit 1 55 exit 1
54 fi 56 fi
55 fi 57 fi