From ee5f9e50b98e9e8b83ff7f1d83471a66b9bc4822 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 18 Jun 2010 15:51:14 +0000 Subject: ngx_http_scgi_module --- auto/sources | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'auto/sources') diff --git a/auto/sources b/auto/sources index eb0664bfd..3e201cf1f 100644 --- a/auto/sources +++ b/auto/sources @@ -416,6 +416,10 @@ HTTP_UWSGI_MODULE=ngx_http_uwsgi_module HTTP_UWSGI_SRCS=src/http/modules/ngx_http_uwsgi_module.c +HTTP_SCGI_MODULE=ngx_http_scgi_module +HTTP_SCGI_SRCS=src/http/modules/ngx_http_scgi_module.c + + HTTP_PERL_MODULE=ngx_http_perl_module HTTP_PERL_INCS=src/http/modules/perl HTTP_PERL_DEPS=src/http/modules/perl/ngx_http_perl_module.h -- cgit