ngx_http_scgi_module

This commit is contained in:
Igor Sysoev
2010-06-18 15:51:14 +00:00
parent 4115de9fe3
commit ee5f9e50b9
8 changed files with 1715 additions and 0 deletions

View File

@@ -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"