summaryrefslogtreecommitdiffhomepage
path: root/auto/options (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-07-02Merge of r4655, r4656, r4657, r4695, r4696: upstream changes.Maxim Dounin1-0/+3
*) Upstream: least_conn balancer module. *) Upstream: weights and IPv6 support in ip_hash balancer. *) Upstream keepalive: "single" parameter deprecated.
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-12-26Added support for regex study and PCRE JIT (ticket #41) optimizations onValentin Bartenev1-0/+4
configuration phase.
2011-11-14Renamed ngx_http_limit_zone_module to ngx_http_limit_conn_module.Valentin Bartenev1-3/+11
2011-10-26Revamped "configure --help" text.Ruslan Ermilov1-37/+40
2011-09-15Upstream keepalive module.Maxim Dounin1-0/+2
2011-09-09ngx_http_mp4_moduleIgor Sysoev1-0/+3
2010-06-18ngx_http_scgi_moduleIgor Sysoev1-0/+7
2010-06-01./configure --http-uwsgi-temp-path=PATHIgor Sysoev1-0/+4
2010-06-01import original ngx_http_uwsgi_module versionIgor Sysoev1-0/+3
2010-05-14ngx_http_split_clients_moduleIgor Sysoev1-0/+3
2009-11-25libatomic_ops supportIgor Sysoev1-0/+8
2009-11-16ngx_http_degradation_moduleIgor Sysoev1-0/+3
2009-08-28FreeBSD and Linux AIO supportIgor Sysoev1-0/+3
2009-07-21fix help messageIgor Sysoev1-1/+1
2009-07-20ngx_http_geoip_moduleIgor Sysoev1-0/+3
2009-05-18style fixIgor Sysoev1-1/+1
2009-05-01add --with-http_image_filter_module to ./configure --helpIgor Sysoev1-0/+1
2009-05-01ngx_http_image_filter_moduleIgor Sysoev1-0/+3
2009-04-27-p and --prefix=Igor Sysoev1-132/+13
2009-04-26add quotes for configure options with spacesIgor Sysoev1-0/+6
2009-03-23a prelimiary proxy cache supportIgor Sysoev1-0/+4
2009-03-19--with-pcreIgor Sysoev1-0/+2
2009-03-19grammar fixIgor Sysoev1-1/+1
2009-02-21a prelimiary IPv6 support, HTTP listenIgor Sysoev1-0/+6
2008-11-10ngx_http_limit_req_moduleIgor Sysoev1-0/+3
2008-09-27ngx_http_secure_link_moduleIgor Sysoev1-0/+3
2008-09-05ngx_http_random_index_moduleIgor Sysoev1-0/+3
2008-08-13fix ngx_cpp_test_module configureIgor Sysoev1-1/+1
2008-08-05ngx_cpp_test_moduleIgor Sysoev1-0/+3
2008-08-04ngx_http_xslt_filter_moduleIgor Sysoev1-0/+5
2008-04-29disable confusing messages about threadsIgor Sysoev1-2/+2
2008-03-18ngx_google_perftools_moduleIgor Sysoev1-0/+6
2007-12-27ngx_http_gzip_static_module and gzip_disableIgor Sysoev1-0/+3
2007-09-21document mail modules optionsIgor Sysoev1-1/+4
2007-09-19add rpath for SolarisIgor Sysoev1-0/+2
2007-09-15ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_moduleIgor Sysoev1-0/+6
2007-08-14axe --sysconfdir=PATHIgor Sysoev1-5/+5
configuration prefix is dirname of --conf-path=PATH fix paths in default nginx.conf
2007-07-29--sysconfdir=DIRIgor Sysoev1-2/+6
2007-05-01add options helpIgor Sysoev1-0/+3
2007-04-19ngx_http_sub_filter_moduleIgor Sysoev1-0/+3
2007-03-19Many changes:Igor Sysoev1-6/+9
*) rename imap to mail, sort pop3/imap functions *) smtp auth support *) pop3 starttls only *) fix segfault if cram-md5 was used without apop
2007-01-06ngx_http_limit_zone_moduleIgor Sysoev1-0/+3
2006-12-04upstream choice modulesIgor Sysoev1-0/+4
2006-10-09ngx_http_flv_moduleIgor Sysoev1-0/+3
2006-09-26add missing entries to ./configure --helpIgor Sysoev1-0/+3
2006-09-26Solaris 10 event ports supportIgor Sysoev1-0/+2
2006-09-18ngx_http_browser_moduleIgor Sysoev1-0/+2
2006-05-29nginx-0.3.48-RELEASE importrelease-0.3.48Igor Sysoev1-0/+13
*) Change: now the ngx_http_charset_module works for subrequests, if the response has no "Content-Type" header line. *) Bugfix: if the "proxy_pass" directive has no URI part, then the "proxy_redirect default" directive add the unnecessary slash in start of the rewritten redirect. *) Bugfix: the internal redirect always transform client's HTTP method to GET, now the transformation is made for the "X-Accel-Redirect" redirects only and if the method is not HEAD; the bug had appeared in 0.3.42. *) Bugfix: the ngx_http_perl_module could not be built, if the perl was built with the threads support; the bug had appeared in 0.3.46.
2006-04-17nginx-0.3.39-RELEASE importrelease-0.3.39Igor Sysoev1-4/+6
*) Feature: the "uninitialized_variable_warn" directive; the logging level of the "uninitialized variable" message was lowered from "alert" to "warn". *) Feature: the "override_charset" directive. *) Change: now if the unknown variable is used in the "echo" and "if expr='$name'" SSI-commands, then the "unknown variable" message is not logged. *) Bugfix: the active connection counter increased on the exceeding of the connection limit specified by the "worker_connections" directive; the bug had appeared in 0.2.0. *) Bugfix: the limit rate might not work on some condition; the bug had appeared in 0.3.38.