comparison auto/summary @ 493:975f62e77f02 release-0.1.21

nginx-0.1.21-RELEASE import *) 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 <igor@sysoev.ru>
date Tue, 22 Feb 2005 14:40:13 +0000
parents c52408583801
children d4ea69372b94
comparison
equal deleted inserted replaced
492:a3fac9a5aa5b 493:975f62e77f02
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