diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2006-01-16 14:56:53 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2006-01-16 14:56:53 +0000 |
| commit | 9bf11aa19366f45bcd10a0917034acb45f89b259 (patch) | |
| tree | c7231ce937ab196c89608185e59ab544224e4da8 /auto/modules | |
| parent | 243edbb727c49ac25355e109a097f1ca2d9e1e44 (diff) | |
| download | nginx-9bf11aa19366f45bcd10a0917034acb45f89b259.tar.gz nginx-9bf11aa19366f45bcd10a0917034acb45f89b259.tar.bz2 | |
nginx-0.3.21-RELEASE importrelease-0.3.21
*) Feature: the ngx_http_perl_module.
*) Change: the "valid_referers" directive allows the referreres without
URI part.
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/auto/modules b/auto/modules index 8a6741415..ef3a35d94 100644 --- a/auto/modules +++ b/auto/modules @@ -191,7 +191,6 @@ if [ $HTTP_PROXY = YES ]; then have=NGX_HTTP_PROXY . auto/have #USE_MD5=YES HTTP_MODULES="$HTTP_MODULES $HTTP_PROXY_MODULE" - HTTP_INCS="$HTTP_INCS $HTTP_PROXY_INCS" HTTP_DEPS="$HTTP_DEPS $HTTP_PROXY_DEPS" HTTP_SRCS="$HTTP_SRCS $HTTP_PROXY_SRCS" fi @@ -201,6 +200,15 @@ if [ $HTTP_FASTCGI = YES ]; then HTTP_SRCS="$HTTP_SRCS $HTTP_FASTCGI_SRCS" fi +if [ $HTTP_PERL = YES ]; then + USE_PERL=YES + have=NGX_HTTP_PERL . auto/have + HTTP_MODULES="$HTTP_MODULES $HTTP_PERL_MODULE" + HTTP_INCS="$HTTP_INCS $HTTP_PERL_INCS" + HTTP_DEPS="$HTTP_DEPS $HTTP_PERL_DEPS" + HTTP_SRCS="$HTTP_SRCS $HTTP_PERL_SRCS" +fi + if [ $HTTP_MEMCACHED = YES ]; then HTTP_MODULES="$HTTP_MODULES $HTTP_MEMCACHED_MODULE" HTTP_SRCS="$HTTP_SRCS $HTTP_MEMCACHED_SRCS" |
