]> git.kaiwu.me - nginx.git/commit
nginx-0.3.21-RELEASE import release-0.3.21
authorIgor Sysoev <igor@sysoev.ru>
Mon, 16 Jan 2006 14:56:53 +0000 (14:56 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 16 Jan 2006 14:56:53 +0000 (14:56 +0000)
commit9bf11aa19366f45bcd10a0917034acb45f89b259
treec7231ce937ab196c89608185e59ab544224e4da8
parent243edbb727c49ac25355e109a097f1ca2d9e1e44
nginx-0.3.21-RELEASE import

    *) Feature: the ngx_http_perl_module.

    *) Change: the "valid_referers" directive allows the referreres without
       URI part.
21 files changed:
auto/cc/gcc
auto/install
auto/lib/conf
auto/lib/make
auto/lib/perl/conf [new file with mode: 0644]
auto/lib/perl/make [new file with mode: 0644]
auto/make
auto/modules
auto/options
auto/sources
docs/xml/nginx/changes.xml
src/core/nginx.h
src/http/modules/ngx_http_referer_module.c
src/http/modules/ngx_http_ssi_filter_module.c
src/http/modules/ngx_http_ssl_module.c
src/http/modules/perl/Makefile.PL [new file with mode: 0644]
src/http/modules/perl/nginx.pm [new file with mode: 0644]
src/http/modules/perl/nginx.xs [new file with mode: 0644]
src/http/modules/perl/ngx_http_perl_module.c [new file with mode: 0644]
src/http/modules/perl/ngx_http_perl_module.h [new file with mode: 0644]
src/http/modules/perl/typemap [new file with mode: 0644]