Lines Matching refs:echo
6 echo
7 echo "Configuration summary"
11 echo " + using threads"
15 echo " + PCRE library is disabled"
19 YES) echo " + using system PCRE library" ;;
20 NONE) echo " + PCRE library is not used" ;;
21 *) echo " + using PCRE library: $PCRE" ;;
26 YES) echo " + using system OpenSSL library" ;;
27 NONE) echo " + OpenSSL library is not used" ;;
28 *) echo " + using OpenSSL library: $OPENSSL" ;;
32 YES) echo " + using system zlib library" ;;
33 NONE) echo " + zlib library is not used" ;;
34 *) echo " + using zlib library: $ZLIB" ;;
38 YES) echo " + using system libatomic_ops library" ;;
40 *) echo " + using libatomic_ops library: $NGX_LIBATOMIC" ;;
43 echo
56 echo " nginx error log file: \"$NGX_ERROR_LOG_PATH\""
58 echo " nginx logs errors to stderr"
67 echo " nginx http proxy temporary files: \"$NGX_HTTP_PROXY_TEMP_PATH\""
71 echo " nginx http fastcgi temporary files: \"$NGX_HTTP_FASTCGI_TEMP_PATH\""
75 echo " nginx http uwsgi temporary files: \"$NGX_HTTP_UWSGI_TEMP_PATH\""
79 echo " nginx http scgi temporary files: \"$NGX_HTTP_SCGI_TEMP_PATH\""
82 echo "$NGX_POST_CONF_MSG"