comparison auto/options @ 646:615b5ea36fc0 NGINX_1_1_7

nginx 1.1.7 *) Feature: support of several resolvers in the "resolver" directive. Thanks to Kirill A. Korinskiy. *) Bugfix: a segmentation fault occurred on start or while reconfiguration if the "ssl" directive was used at http level and there was no "ssl_certificate" defined. *) Bugfix: reduced memory consumption while proxying of big files if they were buffered to disk. *) Bugfix: a segmentation fault might occur in a worker process if "proxy_http_version 1.1" directive was used. *) Bugfix: in the "expires @time" directive.
author Igor Sysoev <http://sysoev.ru>
date Mon, 31 Oct 2011 00:00:00 +0400
parents eb208e0cf44d
children f200748c0ac8
comparison
equal deleted inserted replaced
645:e461dead01e9 646:615b5ea36fc0
304 304
305 if [ $help = yes ]; then 305 if [ $help = yes ]; then
306 306
307 cat << END 307 cat << END
308 308
309 --help this message 309 --help print this message
310 310
311 --prefix=PATH set the installation prefix 311 --prefix=PATH set installation prefix
312 --sbin-path=PATH set path to the nginx binary file 312 --sbin-path=PATH set nginx binary pathname
313 --conf-path=PATH set path to the nginx.conf file 313 --conf-path=PATH set nginx.conf pathname
314 --error-log-path=PATH set path to the error log 314 --error-log-path=PATH set error log pathname
315 --pid-path=PATH set path to nginx.pid file 315 --pid-path=PATH set nginx.pid pathname
316 --lock-path=PATH set path to nginx.lock file 316 --lock-path=PATH set nginx.lock pathname
317 317
318 --user=USER set non-privilege user 318 --user=USER set non-privileged user for
319 for the worker processes 319 worker processes
320 --group=GROUP set non-privilege group 320 --group=GROUP set non-privileged group for
321 for the worker processes 321 worker processes
322 322
323 --builddir=DIR set the build directory 323 --builddir=DIR set build directory
324 324
325 --with-rtsig_module enable rtsig module 325 --with-rtsig_module enable rtsig module
326 --with-select_module enable select module 326 --with-select_module enable select module
327 --without-select_module disable select module 327 --without-select_module disable select module
328 --with-poll_module enable poll module 328 --with-poll_module enable poll module
329 --without-poll_module disable poll module 329 --without-poll_module disable poll module
330 330
331 --with-file-aio enable file aio support 331 --with-file-aio enable file AIO support
332 --with-ipv6 enable ipv6 support 332 --with-ipv6 enable IPv6 support
333 333
334 --with-http_ssl_module enable ngx_http_ssl_module 334 --with-http_ssl_module enable ngx_http_ssl_module
335 --with-http_realip_module enable ngx_http_realip_module 335 --with-http_realip_module enable ngx_http_realip_module
336 --with-http_addition_module enable ngx_http_addition_module 336 --with-http_addition_module enable ngx_http_addition_module
337 --with-http_xslt_module enable ngx_http_xslt_module 337 --with-http_xslt_module enable ngx_http_xslt_module
370 --without-http_browser_module disable ngx_http_browser_module 370 --without-http_browser_module disable ngx_http_browser_module
371 --without-http_upstream_ip_hash_module 371 --without-http_upstream_ip_hash_module
372 disable ngx_http_upstream_ip_hash_module 372 disable ngx_http_upstream_ip_hash_module
373 373
374 --with-http_perl_module enable ngx_http_perl_module 374 --with-http_perl_module enable ngx_http_perl_module
375 --with-perl_modules_path=PATH set path to the perl modules 375 --with-perl_modules_path=PATH set Perl modules path
376 --with-perl=PATH set path to the perl binary 376 --with-perl=PATH set perl binary pathname
377 377
378 --http-log-path=PATH set path to the http access log 378 --http-log-path=PATH set http access log pathname
379 --http-client-body-temp-path=PATH set path to the http client request body 379 --http-client-body-temp-path=PATH set path to store
380 temporary files 380 http client request body temporary files
381 --http-proxy-temp-path=PATH set path to the http proxy temporary files 381 --http-proxy-temp-path=PATH set path to store
382 --http-fastcgi-temp-path=PATH set path to the http fastcgi temporary 382 http proxy temporary files
383 files 383 --http-fastcgi-temp-path=PATH set path to store
384 --http-uwsgi-temp-path=PATH set path to the http uwsgi temporary files 384 http fastcgi temporary files
385 --http-scgi-temp-path=PATH set path to the http scgi temporary files 385 --http-uwsgi-temp-path=PATH set path to store
386 http uwsgi temporary files
387 --http-scgi-temp-path=PATH set path to store
388 http scgi temporary files
386 389
387 --without-http disable HTTP server 390 --without-http disable HTTP server
388 --without-http-cache disable HTTP cache 391 --without-http-cache disable HTTP cache
389 392
390 --with-mail enable POP3/IMAP4/SMTP proxy module 393 --with-mail enable POP3/IMAP4/SMTP proxy module
396 --with-google_perftools_module enable ngx_google_perftools_module 399 --with-google_perftools_module enable ngx_google_perftools_module
397 --with-cpp_test_module enable ngx_cpp_test_module 400 --with-cpp_test_module enable ngx_cpp_test_module
398 401
399 --add-module=PATH enable an external module 402 --add-module=PATH enable an external module
400 403
401 --with-cc=PATH set path to C compiler 404 --with-cc=PATH set C compiler pathname
402 --with-cpp=PATH set path to C preprocessor 405 --with-cpp=PATH set C preprocessor pathname
403 --with-cc-opt=OPTIONS set additional options for C compiler 406 --with-cc-opt=OPTIONS set additional C compiler options
404 --with-ld-opt=OPTIONS set additional options for linker 407 --with-ld-opt=OPTIONS set additional linker options
405 --with-cpu-opt=CPU build for specified CPU, the valid values: 408 --with-cpu-opt=CPU build for the specified CPU, valid values:
406 pentium, pentiumpro, pentium3, pentium4, 409 pentium, pentiumpro, pentium3, pentium4,
407 athlon, opteron, sparc32, sparc64, ppc64 410 athlon, opteron, sparc32, sparc64, ppc64
408 411
409 --without-pcre disable PCRE library usage 412 --without-pcre disable PCRE library usage
410 --with-pcre force PCRE library usage 413 --with-pcre force PCRE library usage
411 --with-pcre=DIR set path to PCRE library sources 414 --with-pcre=DIR set path to PCRE library sources
412 --with-pcre-opt=OPTIONS set additional options for PCRE building 415 --with-pcre-opt=OPTIONS set additional build options for PCRE
413 416
414 --with-md5=DIR set path to md5 library sources 417 --with-md5=DIR set path to md5 library sources
415 --with-md5-opt=OPTIONS set additional options for md5 building 418 --with-md5-opt=OPTIONS set additional build options for md5
416 --with-md5-asm use md5 assembler sources 419 --with-md5-asm use md5 assembler sources
417 420
418 --with-sha1=DIR set path to sha1 library sources 421 --with-sha1=DIR set path to sha1 library sources
419 --with-sha1-opt=OPTIONS set additional options for sha1 building 422 --with-sha1-opt=OPTIONS set additional build options for sha1
420 --with-sha1-asm use sha1 assembler sources 423 --with-sha1-asm use sha1 assembler sources
421 424
422 --with-zlib=DIR set path to zlib library sources 425 --with-zlib=DIR set path to zlib library sources
423 --with-zlib-opt=OPTIONS set additional options for zlib building 426 --with-zlib-opt=OPTIONS set additional build options for zlib
424 --with-zlib-asm=CPU use zlib assembler sources optimized 427 --with-zlib-asm=CPU use zlib assembler sources optimized
425 for specified CPU, the valid values: 428 for the specified CPU, valid values:
426 pentium, pentiumpro 429 pentium, pentiumpro
427 430
428 --with-libatomic force libatomic_ops library usage 431 --with-libatomic force libatomic_ops library usage
429 --with-libatomic=DIR set path to libatomic_ops library sources 432 --with-libatomic=DIR set path to libatomic_ops library sources
430 433
431 --with-openssl=DIR set path to OpenSSL library sources 434 --with-openssl=DIR set path to OpenSSL library sources
432 --with-openssl-opt=OPTIONS set additional options for OpenSSL building 435 --with-openssl-opt=OPTIONS set additional build options for OpenSSL
433 436
434 --with-debug enable the debugging logging 437 --with-debug enable debug logging
435 438
436 END 439 END
437 440
438 exit 1 441 exit 1
439 fi 442 fi