comparison auto/sources @ 580:4d3e880ce86c NGINX_0_8_42

nginx 0.8.42 *) Change: now nginx tests locations given by regular expressions, if request was matched exactly by a location given by a prefix string. The previous behavior has been introduced in 0.7.1. *) Feature: the ngx_http_scgi_module. Thanks to Manlio Perillo. *) Feature: a text answer may be added to a "return" directive.
author Igor Sysoev <http://sysoev.ru>
date Mon, 21 Jun 2010 00:00:00 +0400
parents 01f2313e34f1
children 8dc007eddbcf
comparison
equal deleted inserted replaced
579:c570633043e7 580:4d3e880ce86c
414 414
415 HTTP_UWSGI_MODULE=ngx_http_uwsgi_module 415 HTTP_UWSGI_MODULE=ngx_http_uwsgi_module
416 HTTP_UWSGI_SRCS=src/http/modules/ngx_http_uwsgi_module.c 416 HTTP_UWSGI_SRCS=src/http/modules/ngx_http_uwsgi_module.c
417 417
418 418
419 HTTP_SCGI_MODULE=ngx_http_scgi_module
420 HTTP_SCGI_SRCS=src/http/modules/ngx_http_scgi_module.c
421
422
419 HTTP_PERL_MODULE=ngx_http_perl_module 423 HTTP_PERL_MODULE=ngx_http_perl_module
420 HTTP_PERL_INCS=src/http/modules/perl 424 HTTP_PERL_INCS=src/http/modules/perl
421 HTTP_PERL_DEPS=src/http/modules/perl/ngx_http_perl_module.h 425 HTTP_PERL_DEPS=src/http/modules/perl/ngx_http_perl_module.h
422 HTTP_PERL_SRCS=src/http/modules/perl/ngx_http_perl_module.c 426 HTTP_PERL_SRCS=src/http/modules/perl/ngx_http_perl_module.c
423 427