diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-08-04 14:48:15 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-08-04 14:48:15 +0000 |
| commit | 1ae389d2f75cc345d76e62a9c43ee9abb4a02ea8 (patch) | |
| tree | c623ea9d26e7e66258a39f02e772aded46a168e9 /auto/modules | |
| parent | b5bc3f989ff0d70508705a10708c4f8b84913dc0 (diff) | |
| download | nginx-1ae389d2f75cc345d76e62a9c43ee9abb4a02ea8.tar.gz nginx-1ae389d2f75cc345d76e62a9c43ee9abb4a02ea8.tar.bz2 | |
ngx_http_xslt_filter_module
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 11 |
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" |
