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/modules | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'auto/modules') diff --git a/auto/modules b/auto/modules index 550c6c6c6..9880b99dc 100644 --- a/auto/modules +++ b/auto/modules @@ -287,6 +287,11 @@ if [ $HTTP_UWSGI = YES ]; then HTTP_SRCS="$HTTP_SRCS $HTTP_UWSGI_SRCS" fi +if [ $HTTP_SCGI = YES ]; then + HTTP_MODULES="$HTTP_MODULES $HTTP_SCGI_MODULE" + HTTP_SRCS="$HTTP_SRCS $HTTP_SCGI_SRCS" +fi + if [ $HTTP_PERL = YES ]; then USE_PERL=YES HTTP_MODULES="$HTTP_MODULES $HTTP_PERL_MODULE" -- cgit