comparison auto/options @ 2139:dad4423ef56a

ngx_http_xslt_filter_module
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 Aug 2008 14:48:15 +0000
parents 278a1d3b4dbf
children 69ef10ad7011
comparison
equal deleted inserted replaced
2138:fb3b084e7d42 2139:dad4423ef56a
54 HTTP_GZIP=YES 54 HTTP_GZIP=YES
55 HTTP_SSL=NO 55 HTTP_SSL=NO
56 HTTP_SSI=YES 56 HTTP_SSI=YES
57 HTTP_POSTPONE=NO 57 HTTP_POSTPONE=NO
58 HTTP_REALIP=NO 58 HTTP_REALIP=NO
59 HTTP_XSLT=NO
59 HTTP_SUB=NO 60 HTTP_SUB=NO
60 HTTP_ADDITION=NO 61 HTTP_ADDITION=NO
61 HTTP_DAV=NO 62 HTTP_DAV=NO
62 HTTP_ACCESS=YES 63 HTTP_ACCESS=YES
63 HTTP_AUTH_BASIC=YES 64 HTTP_AUTH_BASIC=YES
113 ZLIB_ASM=NO 114 ZLIB_ASM=NO
114 115
115 USE_PERL=NO 116 USE_PERL=NO
116 NGX_PERL=perl 117 NGX_PERL=perl
117 118
119 USE_LIBXSLT=NO
120
118 NGX_GOOGLE_PERFTOOLS=NO 121 NGX_GOOGLE_PERFTOOLS=NO
119 122
120 NGX_CPU_CACHE_LINE= 123 NGX_CPU_CACHE_LINE=
121 124
122 125
160 --http-fastcgi-temp-path=*) NGX_HTTP_FASTCGI_TEMP_PATH="$value" ;; 163 --http-fastcgi-temp-path=*) NGX_HTTP_FASTCGI_TEMP_PATH="$value" ;;
161 164
162 --with-http_ssl_module) HTTP_SSL=YES ;; 165 --with-http_ssl_module) HTTP_SSL=YES ;;
163 --with-http_realip_module) HTTP_REALIP=YES ;; 166 --with-http_realip_module) HTTP_REALIP=YES ;;
164 --with-http_addition_module) HTTP_ADDITION=YES ;; 167 --with-http_addition_module) HTTP_ADDITION=YES ;;
168 --with-http_xslt_module) HTTP_XSLT=YES ;;
165 --with-http_sub_module) HTTP_SUB=YES ;; 169 --with-http_sub_module) HTTP_SUB=YES ;;
166 --with-http_dav_module) HTTP_DAV=YES ;; 170 --with-http_dav_module) HTTP_DAV=YES ;;
167 --with-http_flv_module) HTTP_FLV=YES ;; 171 --with-http_flv_module) HTTP_FLV=YES ;;
168 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;; 172 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;;
169 173
274 --without-poll_module disable poll module 278 --without-poll_module disable poll module
275 279
276 --with-http_ssl_module enable ngx_http_ssl_module 280 --with-http_ssl_module enable ngx_http_ssl_module
277 --with-http_realip_module enable ngx_http_realip_module 281 --with-http_realip_module enable ngx_http_realip_module
278 --with-http_addition_module enable ngx_http_addition_module 282 --with-http_addition_module enable ngx_http_addition_module
283 --with-http_xslt_module enable ngx_http_xslt_module
279 --with-http_sub_module enable ngx_http_sub_module 284 --with-http_sub_module enable ngx_http_sub_module
280 --with-http_dav_module enable ngx_http_dav_module 285 --with-http_dav_module enable ngx_http_dav_module
281 --with-http_flv_module enable ngx_http_flv_module 286 --with-http_flv_module enable ngx_http_flv_module
282 --with-http_gzip_static_module enable ngx_http_gzip_static_module 287 --with-http_gzip_static_module enable ngx_http_gzip_static_module
283 --with-http_stub_status_module enable ngx_http_stub_status_module 288 --with-http_stub_status_module enable ngx_http_stub_status_module