summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/conf (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-07-19Configure: fixed PCRE requirement check by ngx_http_rewrite_module.Samuel Martin1-1/+1
The http_rewrite module cannot be selected when http is disabled. Fixed the PCRE check condition to avoid irrelevant check failure. This is a regression from 4d874b4d82ed. Signed-off-by: Samuel Martin <s.martin49@gmail.com>
2016-06-30Internal md5 and sha1 implementations are now always used.Maxim Dounin1-29/+0
This reduces the number of moving parts in ABI compatibility checks. Additionally, it also allows to use OpenSSL in FIPS mode while still using md5 for non-security tasks.
2016-02-26Dynamic modules: perl.Ruslan Ermilov1-1/+1
2016-02-04Dynamic modules.Maxim Dounin1-3/+3
The auto/module script is extended to understand ngx_module_link=DYNAMIC. When set, it links the module as a shared object rather than statically into nginx binary. The module can later be loaded using the "load_module" directive. New auto/module parameter ngx_module_order allows to define module loading order in complex cases. By default the order is set based on ngx_module_type. 3rd party modules can be compiled dynamically using the --add-dynamic-module configure option, which will preset ngx_module_link to "DYNAMIC" before calling the module config script. Win32 support is rudimentary, and only works when using MinGW gcc (which is able to handle exports/imports automatically). In collaboration with Ruslan Ermilov.
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-05-16"$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic moduleIgor Sysoev1-0/+1
patch by Maxim Dounin
2011-04-15an internal MD5 implemenationIgor Sysoev1-0/+1
patch by Maxim Dounin
2009-11-25libatomic_ops supportIgor Sysoev1-0/+5
2009-07-20ngx_http_geoip_moduleIgor Sysoev1-0/+3
2009-05-26stop ./configure at once on library failureIgor Sysoev1-0/+14
2009-05-26use md5/sha1 in OpenSSL only if OpenSSL is usedIgor Sysoev1-2/+2
2009-05-01ngx_http_image_filter_moduleIgor Sysoev1-0/+4
2008-08-04ngx_http_xslt_filter_moduleIgor Sysoev1-0/+4
2008-05-16simplify library autoconfigureIgor Sysoev1-0/+2
2008-03-18ngx_google_perftools_moduleIgor Sysoev1-0/+4
2006-05-29nginx-0.3.48-RELEASE importrelease-0.3.48Igor Sysoev1-0/+12
*) 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-01-16nginx-0.3.21-RELEASE importrelease-0.3.21Igor Sysoev1-0/+4
*) Feature: the ngx_http_perl_module. *) Change: the "valid_referers" directive allows the referreres without URI part.
2005-01-19nginx-0.1.15-RELEASE importrelease-0.1.15Igor Sysoev1-1/+1
*) Bugfix: the error while the connecting to the FastCGI server caused segmentation fault. *) Bugfix: the correct handling of the regular expression, that has different number of the captures and substitutions. *) Feature: the location, that is passed to the FastCGI server, can be regular expression. *) Bugfix: the FastCGI's parameter REQUEST_URI is now passed with the arguments and in the original state. *) Bugfix: the ngx_http_rewrite_module module was required to be built to use the regular expressions in locations. *) Bugfix: the directive "proxy_preserve_host on" adds port 80 to the "Host" headers, if upstream listen on port 80; the bug had appeared in 0.1.14. *) Bugfix: the same paths in autoconfiguration parameters --http-client-body-temp-path=PATH and --http-proxy-temp-path=PATH, or --http-client-body-temp-path=PATH and --http-fastcgi-temp-path=PATH caused segmentation fault.
2004-12-21nginx-0.1.13-RELEASE importrelease-0.1.13Igor Sysoev1-4/+13
*) Feature: the server_names_hash and server_names_hash_threshold directives. *) Bugfix: the *.domain.tld names in the "server_name" directive did not work. *) Bugfix: the %request_length log parameter logged the incorrect length.
2004-09-29nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyrightIgor Sysoev1-0/+3
2004-07-25nginx-0.0.7-2004-07-25-22:34:14 importIgor Sysoev1-0/+4
2004-03-11nginx-0.0.2-2004-03-12-00:34:52 importIgor Sysoev1-2/+0
2004-02-09nginx-0.0.2-2004-02-09-23:47:18 importIgor Sysoev1-15/+2
2003-12-19nginx-0.0.1-2003-12-19-11:15:11 importIgor Sysoev1-1/+4
2003-12-14nginx-0.0.1-2003-12-14-23:10:27 importIgor Sysoev1-0/+24