summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/modules11
1 files changed, 11 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index cba3768d5..0c2a36787 100644
--- a/auto/modules
+++ b/auto/modules
@@ -76,6 +76,9 @@ fi
# the module order is important
+# ngx_http_static_module
+# ngx_http_gzip_static_module
+# ngx_http_dav_module
# ngx_http_autoindex_module
# ngx_http_index_module
#
@@ -92,6 +95,8 @@ fi
# ngx_http_postpone_filter
# ngx_http_charset_filter
# ngx_http_ssi_filter
+# ngx_http_xslt_filter
+# ngx_http_sub_filter
# ngx_http_addition_filter
# ngx_http_userid_filter
# ngx_http_headers_filter
@@ -129,6 +134,12 @@ if [ $HTTP_SSI = YES ]; then
HTTP_SRCS="$HTTP_SRCS $HTTP_SSI_SRCS"
fi
+if [ $HTTP_XSLT = YES ]; then
+ USE_LIBXSLT=YES
+ HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES $HTTP_XSLT_FILTER_MODULE"
+ HTTP_SRCS="$HTTP_SRCS $HTTP_XSLT_SRCS"
+fi
+
if [ $HTTP_SUB = YES ]; then
HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES $HTTP_SUB_FILTER_MODULE"
HTTP_SRCS="$HTTP_SRCS $HTTP_SUB_SRCS"