comparison auto/options @ 6419:39a806ccf21e

Dynamic modules: perl.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 26 Feb 2016 14:27:04 +0300
parents 85dea406e18f
children 8f038068f4bc
comparison
equal deleted inserted replaced
6418:8e6f34342eb6 6419:39a806ccf21e
269 HTTP_UPSTREAM_LEAST_CONN=NO ;; 269 HTTP_UPSTREAM_LEAST_CONN=NO ;;
270 --without-http_upstream_keepalive_module) HTTP_UPSTREAM_KEEPALIVE=NO ;; 270 --without-http_upstream_keepalive_module) HTTP_UPSTREAM_KEEPALIVE=NO ;;
271 --without-http_upstream_zone_module) HTTP_UPSTREAM_ZONE=NO ;; 271 --without-http_upstream_zone_module) HTTP_UPSTREAM_ZONE=NO ;;
272 272
273 --with-http_perl_module) HTTP_PERL=YES ;; 273 --with-http_perl_module) HTTP_PERL=YES ;;
274 --with-http_perl_module=dynamic) HTTP_PERL=DYNAMIC ;;
274 --with-perl_modules_path=*) NGX_PERL_MODULES="$value" ;; 275 --with-perl_modules_path=*) NGX_PERL_MODULES="$value" ;;
275 --with-perl=*) NGX_PERL="$value" ;; 276 --with-perl=*) NGX_PERL="$value" ;;
276 277
277 # STUB 278 # STUB
278 --with-http_stub_status_module) HTTP_STUB_STATUS=YES ;; 279 --with-http_stub_status_module) HTTP_STUB_STATUS=YES ;;
450 disable ngx_http_upstream_keepalive_module 451 disable ngx_http_upstream_keepalive_module
451 --without-http_upstream_zone_module 452 --without-http_upstream_zone_module
452 disable ngx_http_upstream_zone_module 453 disable ngx_http_upstream_zone_module
453 454
454 --with-http_perl_module enable ngx_http_perl_module 455 --with-http_perl_module enable ngx_http_perl_module
456 --with-http_perl_module=dynamic enable dynamic ngx_http_perl_module
455 --with-perl_modules_path=PATH set Perl modules path 457 --with-perl_modules_path=PATH set Perl modules path
456 --with-perl=PATH set perl binary pathname 458 --with-perl=PATH set perl binary pathname
457 459
458 --http-log-path=PATH set http access log pathname 460 --http-log-path=PATH set http access log pathname
459 --http-client-body-temp-path=PATH set path to store 461 --http-client-body-temp-path=PATH set path to store