comparison auto/options @ 753:af72ac9c3dbf

ngx_http_flv_module
author Igor Sysoev <igor@sysoev.ru>
date Mon, 09 Oct 2006 14:17:36 +0000
parents 0ca72814cb3f
children 4d68c486fcb0
comparison
equal deleted inserted replaced
752:907361d07f25 753:af72ac9c3dbf
68 HTTP_FASTCGI=YES 68 HTTP_FASTCGI=YES
69 HTTP_PERL=NO 69 HTTP_PERL=NO
70 HTTP_MEMCACHED=YES 70 HTTP_MEMCACHED=YES
71 HTTP_EMPTY_GIF=YES 71 HTTP_EMPTY_GIF=YES
72 HTTP_BROWSER=YES 72 HTTP_BROWSER=YES
73 HTTP_FLV=NO
73 74
74 # STUB 75 # STUB
75 HTTP_STUB_STATUS=NO 76 HTTP_STUB_STATUS=NO
76 77
77 IMAP=NO 78 IMAP=NO
148 149
149 --with-http_ssl_module) HTTP_SSL=YES ;; 150 --with-http_ssl_module) HTTP_SSL=YES ;;
150 --with-http_realip_module) HTTP_REALIP=YES ;; 151 --with-http_realip_module) HTTP_REALIP=YES ;;
151 --with-http_addition_module) HTTP_ADDITION=YES ;; 152 --with-http_addition_module) HTTP_ADDITION=YES ;;
152 --with-http_dav_module) HTTP_DAV=YES ;; 153 --with-http_dav_module) HTTP_DAV=YES ;;
154 --with-http_flv_module) HTTP_FLV=YES ;;
153 155
154 --without-http_charset_module) HTTP_CHARSET=NO ;; 156 --without-http_charset_module) HTTP_CHARSET=NO ;;
155 --without-http_gzip_module) HTTP_GZIP=NO ;; 157 --without-http_gzip_module) HTTP_GZIP=NO ;;
156 --without-http_ssi_module) HTTP_SSI=NO ;; 158 --without-http_ssi_module) HTTP_SSI=NO ;;
157 --without-http_userid_module) HTTP_USERID=NO ;; 159 --without-http_userid_module) HTTP_USERID=NO ;;
249 251
250 --with-http_ssl_module enable ngx_http_ssl_module 252 --with-http_ssl_module enable ngx_http_ssl_module
251 --with-http_realip_module enable ngx_http_realip_module 253 --with-http_realip_module enable ngx_http_realip_module
252 --with-http_addition_module enable ngx_http_addition_module 254 --with-http_addition_module enable ngx_http_addition_module
253 --with-http_dav_module enable ngx_http_dav_module 255 --with-http_dav_module enable ngx_http_dav_module
256 --with-http_flv_module enable ngx_http_flv_module
254 257
255 --without-http_charset_module disable ngx_http_charset_module 258 --without-http_charset_module disable ngx_http_charset_module
256 --without-http_gzip_module disable ngx_http_gzip_module 259 --without-http_gzip_module disable ngx_http_gzip_module
257 --without-http_ssi_module disable ngx_http_ssi_module 260 --without-http_ssi_module disable ngx_http_ssi_module
258 --without-http_userid_module disable ngx_http_userid_module 261 --without-http_userid_module disable ngx_http_userid_module