comparison auto/sources @ 50:72eb30262aac NGINX_0_1_25

nginx 0.1.25 *) Bugfix: nginx did run on Linux parisc. *) Feature: nginx now does not start under FreeBSD if the sysctl kern.ipc.somaxconn value is too big. *) Bugfix: if a request was internally redirected by the ngx_http_index_module module to the ngx_http_proxy_module or ngx_http_fastcgi_module modules, then the index file was not closed after request completion. *) Feature: the "proxy_pass" can be used in location with regular expression. *) Feature: the ngx_http_rewrite_filter_module module supports the condition like "if ($HTTP_USER_AGENT ~ MSIE)". *) Bugfix: nginx started too slow if the large number of addresses and text values were used in the "geo" directive. *) Change: a variable name must be declared as "$name" in the "geo" directive. The previous variant without "$" is still supported, but will be removed soon. *) Feature: the "%{VARIABLE}v" logging parameter. *) Feature: the "set $name value" directive. *) Bugfix: gcc 4.0 compatibility. *) Feature: the --with-openssl-opt=OPTIONS autoconfiguration directive.
author Igor Sysoev <http://sysoev.ru>
date Sat, 19 Mar 2005 00:00:00 +0300
parents 6cfc63e68377
children 0d75d65c642f
comparison
equal deleted inserted replaced
49:93dabbc9efb9 50:72eb30262aac
239 src/http/ngx_http_core_module.h \ 239 src/http/ngx_http_core_module.h \
240 src/http/ngx_http_cache.h \ 240 src/http/ngx_http_cache.h \
241 src/http/ngx_http_variables.h \ 241 src/http/ngx_http_variables.h \
242 src/http/ngx_http_upstream.h \ 242 src/http/ngx_http_upstream.h \
243 src/http/ngx_http_busy_lock.h \ 243 src/http/ngx_http_busy_lock.h \
244 src/http/ngx_http_log_handler.h" 244 src/http/ngx_http_log_module.h"
245 245
246 HTTP_SRCS="src/http/ngx_http.c \ 246 HTTP_SRCS="src/http/ngx_http.c \
247 src/http/ngx_http_core_module.c \ 247 src/http/ngx_http_core_module.c \
248 src/http/ngx_http_special_response.c \ 248 src/http/ngx_http_special_response.c \
249 src/http/ngx_http_request.c \ 249 src/http/ngx_http_request.c \
250 src/http/ngx_http_parse.c \ 250 src/http/ngx_http_parse.c \
251 src/http/ngx_http_header_filter.c \ 251 src/http/ngx_http_header_filter_module.c \
252 src/http/ngx_http_write_filter.c \ 252 src/http/ngx_http_write_filter_module.c \
253 src/http/ngx_http_copy_filter.c \ 253 src/http/ngx_http_copy_filter_module.c \
254 src/http/ngx_http_log_handler.c \ 254 src/http/ngx_http_log_module.c \
255 src/http/ngx_http_request_body.c \ 255 src/http/ngx_http_request_body.c \
256 src/http/ngx_http_variables.c \ 256 src/http/ngx_http_variables.c \
257 src/http/ngx_http_upstream.c \ 257 src/http/ngx_http_upstream.c \
258 src/http/ngx_http_parse_time.c \ 258 src/http/ngx_http_parse_time.c \
259 src/http/modules/ngx_http_static_handler.c \ 259 src/http/modules/ngx_http_static_module.c \
260 src/http/modules/ngx_http_index_handler.c \ 260 src/http/modules/ngx_http_index_module.c \
261 src/http/modules/ngx_http_chunked_filter.c \ 261 src/http/modules/ngx_http_chunked_filter_module.c \
262 src/http/modules/ngx_http_range_filter.c \ 262 src/http/modules/ngx_http_range_filter_module.c \
263 src/http/modules/ngx_http_headers_filter.c \ 263 src/http/modules/ngx_http_headers_filter_module.c \
264 src/http/modules/ngx_http_not_modified_filter.c" 264 src/http/modules/ngx_http_not_modified_filter_module.c"
265 265
266 # STUB 266 # STUB
267 HTTP_SRCS="$HTTP_SRCS src/http/ngx_http_busy_lock.c" 267 HTTP_SRCS="$HTTP_SRCS src/http/ngx_http_busy_lock.c"
268 268
269 HTPP_CACHE_SRCS=src/http/ngx_http_cache.c 269 HTPP_CACHE_SRCS=src/http/ngx_http_cache.c
270 HTPP_FILE_CACHE_SRCS=src/http/ngx_http_file_cache.c 270 HTPP_FILE_CACHE_SRCS=src/http/ngx_http_file_cache.c
271 271
272 272
273 HTTP_CHARSET_FILTER_MODULE=ngx_http_charset_filter_module 273 HTTP_CHARSET_FILTER_MODULE=ngx_http_charset_filter_module
274 HTTP_CHARSET_SRCS=src/http/modules/ngx_http_charset_filter.c 274 HTTP_CHARSET_SRCS=src/http/modules/ngx_http_charset_filter_module.c
275 275
276 276
277 HTTP_GZIP_FILTER_MODULE=ngx_http_gzip_filter_module 277 HTTP_GZIP_FILTER_MODULE=ngx_http_gzip_filter_module
278 HTTP_GZIP_SRCS=src/http/modules/ngx_http_gzip_filter.c 278 HTTP_GZIP_SRCS=src/http/modules/ngx_http_gzip_filter_module.c
279 279
280 280
281 HTTP_SSI_FILTER_MODULE=ngx_http_ssi_filter_module 281 HTTP_SSI_FILTER_MODULE=ngx_http_ssi_filter_module
282 HTTP_SSI_SRCS=src/http/modules/ngx_http_ssi_filter.c 282 HTTP_SSI_SRCS=src/http/modules/ngx_http_ssi_filter_module.c
283 283
284 284
285 HTTP_USERID_FILTER_MODULE=ngx_http_userid_filter_module 285 HTTP_USERID_FILTER_MODULE=ngx_http_userid_filter_module
286 HTTP_USERID_SRCS=src/http/modules/ngx_http_userid_filter.c 286 HTTP_USERID_SRCS=src/http/modules/ngx_http_userid_filter_module.c
287 287
288 288
289 HTTP_ACCESS_MODULE=ngx_http_access_module 289 HTTP_ACCESS_MODULE=ngx_http_access_module
290 HTTP_ACCESS_SRCS=src/http/modules/ngx_http_access_handler.c 290 HTTP_ACCESS_SRCS=src/http/modules/ngx_http_access_module.c
291 291
292 292
293 HTTP_AUTOINDEX_MODULE=ngx_http_autoindex_module 293 HTTP_AUTOINDEX_MODULE=ngx_http_autoindex_module
294 HTTP_AUTOINDEX_SRCS=src/http/modules/ngx_http_autoindex_handler.c 294 HTTP_AUTOINDEX_SRCS=src/http/modules/ngx_http_autoindex_module.c
295 295
296 296
297 HTTP_STATUS_MODULE=ngx_http_status_module 297 HTTP_STATUS_MODULE=ngx_http_status_module
298 HTTP_STATUS_SRCS=src/http/modules/ngx_http_status_handler.c 298 HTTP_STATUS_SRCS=src/http/modules/ngx_http_status_module.c
299 299
300 300
301 HTTP_GEO_MODULE=ngx_http_geo_module 301 HTTP_GEO_MODULE=ngx_http_geo_module
302 HTTP_GEO_SRCS=src/http/modules/ngx_http_geo_module.c 302 HTTP_GEO_SRCS=src/http/modules/ngx_http_geo_module.c
303 303
304 304
305 HTTP_REWRITE_MODULE=ngx_http_rewrite_module 305 HTTP_REWRITE_MODULE=ngx_http_rewrite_module
306 HTTP_REWRITE_SRCS=src/http/modules/ngx_http_rewrite_handler.c 306 HTTP_REWRITE_SRCS=src/http/modules/ngx_http_rewrite_module.c
307 307
308 308
309 HTTP_SSL_MODULE=ngx_http_ssl_module 309 HTTP_SSL_MODULE=ngx_http_ssl_module
310 HTTP_SSL_DEPS=src/http/modules/ngx_http_ssl_module.h 310 HTTP_SSL_DEPS=src/http/modules/ngx_http_ssl_module.h
311 HTTP_SSL_SRCS=src/http/modules/ngx_http_ssl_module.c 311 HTTP_SSL_SRCS=src/http/modules/ngx_http_ssl_module.c
322 # STUB 322 # STUB
323 # src/http/modules/proxy/ngx_http_proxy_cache.c \ 323 # src/http/modules/proxy/ngx_http_proxy_cache.c \
324 324
325 325
326 HTTP_FASTCGI_MODULE=ngx_http_fastcgi_module 326 HTTP_FASTCGI_MODULE=ngx_http_fastcgi_module
327 HTTP_FASTCGI_SRCS=src/http/modules/ngx_http_fastcgi_handler.c 327 HTTP_FASTCGI_SRCS=src/http/modules/ngx_http_fastcgi_module.c
328 328
329 329
330 IMAP_INCS="src/imap" 330 IMAP_INCS="src/imap"
331 331
332 IMAP_DEPS="src/imap/ngx_imap.h" 332 IMAP_DEPS="src/imap/ngx_imap.h"