comparison auto/summary @ 42:41ccba1aba45 NGINX_0_1_21

nginx 0.1.21 *) Bugfix: the ngx_http_stub_status_module showed incorrect statistics if "rtsig" method was used or if several worker process ran on SMP. *) Bugfix: nginx could not be built by the icc compiler on Linux or if the zlib-1.2.x library was building from sources. *) Bugfix: nginx could not be built on NetBSD 2.0.
author Igor Sysoev <http://sysoev.ru>
date Tue, 22 Feb 2005 00:00:00 +0300
parents 7ca9bdc82b3f
children 72eb30262aac
comparison
equal deleted inserted replaced
41:4d8e7a81b3a0 42:41ccba1aba45
116 fi 116 fi
117 fi 117 fi
118 118
119 119
120 cat << END 120 cat << END
121 nginx path prefix: $NGX_PREFIX 121 nginx path prefix: "$NGX_PREFIX"
122 nginx binary file: $NGX_SBIN_PATH 122 nginx binary file: "$NGX_SBIN_PATH"
123 nginx configuration file: $NGX_CONF_PATH 123 nginx configuration file: "$NGX_CONF_PATH"
124 nginx pid file: $NGX_PID_PATH 124 nginx pid file: "$NGX_PID_PATH"
125 END 125 END
126 126
127 if test -n "$NGX_ERROR_LOG_PATH"; then 127 if test -n "$NGX_ERROR_LOG_PATH"; then
128 echo " nginx error log file: $NGX_ERROR_LOG_PATH" 128 echo " nginx error log file: \"$NGX_ERROR_LOG_PATH\""
129 else 129 else
130 echo " nginx logs errors to stderr" 130 echo " nginx logs errors to stderr"
131 fi 131 fi
132 132
133 cat << END 133 cat << END
134 nginx http access log file: $NGX_HTTP_LOG_PATH 134 nginx http access log file: "$NGX_HTTP_LOG_PATH"
135 nginx http client request body temporary files: $NGX_HTTP_CLIENT_TEMP_PATH 135 nginx http client request body temporary files: "$NGX_HTTP_CLIENT_TEMP_PATH"
136 nginx http proxy temporary files: $NGX_HTTP_PROXY_TEMP_PATH 136 nginx http proxy temporary files: "$NGX_HTTP_PROXY_TEMP_PATH"
137 nginx http fastcgi temporary files: $NGX_HTTP_FASTCGI_TEMP_PATH 137 nginx http fastcgi temporary files: "$NGX_HTTP_FASTCGI_TEMP_PATH"
138 138
139 END 139 END