comparison auto/options @ 642:1b80544421e8 NGINX_1_0_11

nginx 1.0.11 *) Change: now double quotes are encoded in an "echo" SSI-command output. Thanks to Zaur Abasmirzoev. *) Feature: the "image_filter_sharpen" directive. *) Bugfix: a segmentation fault might occur in a worker process if SNI was used; the bug had appeared in 1.0.9. *) Bugfix: SIGWINCH signal did not work after first binary upgrade; the bug had appeared in 1.0.9. *) Bugfix: the "If-Modified-Since", "If-Range", etc. client request header lines might be passed to backend while caching; or not passed without caching if caching was enabled in another part of the configuration. *) Bugfix: in the "scgi_param" directive, if complex parameters were used. *) Bugfix: "add_header" and "expires" directives did not work if a request was proxied and response status code was 206. *) Bugfix: in the "expires @time" directive. *) Bugfix: in the ngx_http_flv_module. Thanks to Piotr Sikora. *) Bugfix: in the ngx_http_mp4_module. *) Bugfix: nginx could not be built on FreeBSD 10. *) Bugfix: nginx could not be built on AIX.
author Igor Sysoev <http://sysoev.ru>
date Thu, 15 Dec 2011 00:00:00 +0400
parents 0d6525917227
children ad25218fd14b
comparison
equal deleted inserted replaced
641:e21c9e01ce08 642:1b80544421e8
302 302
303 if [ $help = yes ]; then 303 if [ $help = yes ]; then
304 304
305 cat << END 305 cat << END
306 306
307 --help this message 307 --help print this message
308 308
309 --prefix=PATH set the installation prefix 309 --prefix=PATH set installation prefix
310 --sbin-path=PATH set path to the nginx binary file 310 --sbin-path=PATH set nginx binary pathname
311 --conf-path=PATH set path to the nginx.conf file 311 --conf-path=PATH set nginx.conf pathname
312 --error-log-path=PATH set path to the error log 312 --error-log-path=PATH set error log pathname
313 --pid-path=PATH set path to nginx.pid file 313 --pid-path=PATH set nginx.pid pathname
314 --lock-path=PATH set path to nginx.lock file 314 --lock-path=PATH set nginx.lock pathname
315 315
316 --user=USER set non-privilege user 316 --user=USER set non-privileged user for
317 for the worker processes 317 worker processes
318 --group=GROUP set non-privilege group 318 --group=GROUP set non-privileged group for
319 for the worker processes 319 worker processes
320 320
321 --builddir=DIR set the build directory 321 --builddir=DIR set build directory
322 322
323 --with-rtsig_module enable rtsig module 323 --with-rtsig_module enable rtsig module
324 --with-select_module enable select module 324 --with-select_module enable select module
325 --without-select_module disable select module 325 --without-select_module disable select module
326 --with-poll_module enable poll module 326 --with-poll_module enable poll module
327 --without-poll_module disable poll module 327 --without-poll_module disable poll module
328 328
329 --with-file-aio enable file aio support 329 --with-file-aio enable file AIO support
330 --with-ipv6 enable ipv6 support 330 --with-ipv6 enable IPv6 support
331 331
332 --with-http_ssl_module enable ngx_http_ssl_module 332 --with-http_ssl_module enable ngx_http_ssl_module
333 --with-http_realip_module enable ngx_http_realip_module 333 --with-http_realip_module enable ngx_http_realip_module
334 --with-http_addition_module enable ngx_http_addition_module 334 --with-http_addition_module enable ngx_http_addition_module
335 --with-http_xslt_module enable ngx_http_xslt_module 335 --with-http_xslt_module enable ngx_http_xslt_module
368 --without-http_browser_module disable ngx_http_browser_module 368 --without-http_browser_module disable ngx_http_browser_module
369 --without-http_upstream_ip_hash_module 369 --without-http_upstream_ip_hash_module
370 disable ngx_http_upstream_ip_hash_module 370 disable ngx_http_upstream_ip_hash_module
371 371
372 --with-http_perl_module enable ngx_http_perl_module 372 --with-http_perl_module enable ngx_http_perl_module
373 --with-perl_modules_path=PATH set path to the perl modules 373 --with-perl_modules_path=PATH set Perl modules path
374 --with-perl=PATH set path to the perl binary 374 --with-perl=PATH set perl binary pathname
375 375
376 --http-log-path=PATH set path to the http access log 376 --http-log-path=PATH set http access log pathname
377 --http-client-body-temp-path=PATH set path to the http client request body 377 --http-client-body-temp-path=PATH set path to store
378 temporary files 378 http client request body temporary files
379 --http-proxy-temp-path=PATH set path to the http proxy temporary files 379 --http-proxy-temp-path=PATH set path to store
380 --http-fastcgi-temp-path=PATH set path to the http fastcgi temporary 380 http proxy temporary files
381 files 381 --http-fastcgi-temp-path=PATH set path to store
382 --http-uwsgi-temp-path=PATH set path to the http uwsgi temporary files 382 http fastcgi temporary files
383 --http-scgi-temp-path=PATH set path to the http scgi temporary files 383 --http-uwsgi-temp-path=PATH set path to store
384 http uwsgi temporary files
385 --http-scgi-temp-path=PATH set path to store
386 http scgi temporary files
384 387
385 --without-http disable HTTP server 388 --without-http disable HTTP server
386 --without-http-cache disable HTTP cache 389 --without-http-cache disable HTTP cache
387 390
388 --with-mail enable POP3/IMAP4/SMTP proxy module 391 --with-mail enable POP3/IMAP4/SMTP proxy module
394 --with-google_perftools_module enable ngx_google_perftools_module 397 --with-google_perftools_module enable ngx_google_perftools_module
395 --with-cpp_test_module enable ngx_cpp_test_module 398 --with-cpp_test_module enable ngx_cpp_test_module
396 399
397 --add-module=PATH enable an external module 400 --add-module=PATH enable an external module
398 401
399 --with-cc=PATH set path to C compiler 402 --with-cc=PATH set C compiler pathname
400 --with-cpp=PATH set path to C preprocessor 403 --with-cpp=PATH set C preprocessor pathname
401 --with-cc-opt=OPTIONS set additional options for C compiler 404 --with-cc-opt=OPTIONS set additional C compiler options
402 --with-ld-opt=OPTIONS set additional options for linker 405 --with-ld-opt=OPTIONS set additional linker options
403 --with-cpu-opt=CPU build for specified CPU, the valid values: 406 --with-cpu-opt=CPU build for the specified CPU, valid values:
404 pentium, pentiumpro, pentium3, pentium4, 407 pentium, pentiumpro, pentium3, pentium4,
405 athlon, opteron, sparc32, sparc64, ppc64 408 athlon, opteron, sparc32, sparc64, ppc64
406 409
407 --without-pcre disable PCRE library usage 410 --without-pcre disable PCRE library usage
408 --with-pcre force PCRE library usage 411 --with-pcre force PCRE library usage
409 --with-pcre=DIR set path to PCRE library sources 412 --with-pcre=DIR set path to PCRE library sources
410 --with-pcre-opt=OPTIONS set additional options for PCRE building 413 --with-pcre-opt=OPTIONS set additional build options for PCRE
411 414
412 --with-md5=DIR set path to md5 library sources 415 --with-md5=DIR set path to md5 library sources
413 --with-md5-opt=OPTIONS set additional options for md5 building 416 --with-md5-opt=OPTIONS set additional build options for md5
414 --with-md5-asm use md5 assembler sources 417 --with-md5-asm use md5 assembler sources
415 418
416 --with-sha1=DIR set path to sha1 library sources 419 --with-sha1=DIR set path to sha1 library sources
417 --with-sha1-opt=OPTIONS set additional options for sha1 building 420 --with-sha1-opt=OPTIONS set additional build options for sha1
418 --with-sha1-asm use sha1 assembler sources 421 --with-sha1-asm use sha1 assembler sources
419 422
420 --with-zlib=DIR set path to zlib library sources 423 --with-zlib=DIR set path to zlib library sources
421 --with-zlib-opt=OPTIONS set additional options for zlib building 424 --with-zlib-opt=OPTIONS set additional build options for zlib
422 --with-zlib-asm=CPU use zlib assembler sources optimized 425 --with-zlib-asm=CPU use zlib assembler sources optimized
423 for specified CPU, the valid values: 426 for the specified CPU, valid values:
424 pentium, pentiumpro 427 pentium, pentiumpro
425 428
426 --with-libatomic force libatomic_ops library usage 429 --with-libatomic force libatomic_ops library usage
427 --with-libatomic=DIR set path to libatomic_ops library sources 430 --with-libatomic=DIR set path to libatomic_ops library sources
428 431
429 --with-openssl=DIR set path to OpenSSL library sources 432 --with-openssl=DIR set path to OpenSSL library sources
430 --with-openssl-opt=OPTIONS set additional options for OpenSSL building 433 --with-openssl-opt=OPTIONS set additional build options for OpenSSL
431 434
432 --with-debug enable the debugging logging 435 --with-debug enable debug logging
433 436
434 END 437 END
435 438
436 exit 1 439 exit 1
437 fi 440 fi