2010-01-24 00:24:40 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Support ipv6.
|
2010-01-23 17:33:23 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Suggest setting up log rotation.
|
2010-01-23 17:32:11 by Joerg Sonnenberger | Files touched by this commit (6) |
Log message:
Update to nginx-0.8.32. Way too many changes to list after two years of
development. Based on wip/nginx.
|
2010-01-22 14:44:06 by Geert Hendrickx | Files touched by this commit (1) | |
Log message:
Release maintainership, so someone else can update this to the current decade.
|
2009-06-15 00:00:42 by Joerg Sonnenberger | Files touched by this commit (316) |
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
|
2008-01-18 06:10:07 by Tobias Nygren | Files touched by this commit (245) |
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
2008-01-09 15:42:54 by Geert Hendrickx | Files touched by this commit (2) |
Log message:
Update to nginx-0.5.35.
*) Change: now the ngx_http_userid_module adds start time microseconds
to the cookie field contains a pid value.
*) Change: now the uname(2) is used on Linux instead of procfs.
Thanks to Ilya Novikov.
*) Feature: the "If-Range" request header line support.
Thanks to Alexander V. Inyukhin.
*) Bugfix: in HTTPS mode requests might fail with the "bad write retry"
error; bug appeared in 0.5.13.
*) Bugfix: the STARTTLS in SMTP mode did not work.
Thanks to Oleg Motienko.
*) Bugfix: large_client_header_buffers did not freed before going to
keep-alive state.
Thanks to Olexander Shtepa.
*) Bugfix: the "limit_rate" directive did not allow to use full
throughput, even if limit value was very high.
*) Bugfix: the $status variable was equal to 0 if a proxied server
returned response in HTTP/0.9 version.
*) Bugfix: if the "?" character was in a "error_page" \
directive, then
it was escaped in a proxied request; bug appeared in 0.5.32.
|
2008-01-07 11:42:01 by Geert Hendrickx | Files touched by this commit (2) |
Log message:
Update to nginx 0.5.34
*) Change: now the full request line instead of URI only is written to
error_log.
*) Feature: Cygwin compatibility.
Thanks to Vladimir Kutakov.
*) Feature: the "merge_slashes" directive.
*) Feature: the "gzip_vary" directive.
*) Feature: the "server_tokens" directive.
*) Feature: the "access_log" directive may be used inside the
"limit_except" block.
*) Bugfix: if the $server_protocol was used in FastCGI parameters and a
request line length was near to the "client_header_buffer_size"
directive value, then nginx issued an alert "fastcgi: the request
record is too big".
*) Bugfix: if a plain text HTTP/0.9 version request was made to HTTPS
server, then nginx returned usual response.
*) Bugfix: URL double escaping in a redirect of the "msie_refresh"
directive; bug appeared in 0.5.28.
*) Bugfix: a segmentation fault might occur in worker process if
subrequests were used.
*) Bugfix: the big responses may be transferred truncated if SSL and
gzip were used.
*) Bugfix: compatibility with mget.
*) Bugfix: nginx did not unescape URI in the "include" SSI command.
*) Bugfix: the segmentation fault was occurred on start or while
reconfiguration if variable was used in the "charset" or
"source_charset" directives.
*) Bugfix: nginx returned the 400 response on requests like
"GET http://www.domain.com HTTP/1.0".
Thanks to James Oakley.
*) Bugfix: a segmentation fault occurred in worker process if
$date_local and $date_gmt were used outside the
ngx_http_ssi_filter_module.
*) Bugfix: a segmentation fault might occur in worker process if debug
log was enabled.
Thanks to Andrei Nigmatulin.
*) Bugfix: ngx_http_memcached_module did not set
$upstream_response_time.
Thanks to Maxim Dounin.
*) Bugfix: a worker process may got caught in an endless loop, if the
memcached was used.
|
2008-01-04 12:48:12 by Geert Hendrickx | Files touched by this commit (1) |
Log message:
Full DESTDIR support.
|
2007-12-11 10:12:27 by Geert Hendrickx | Files touched by this commit (7) | |
Log message:
Import nginx (pronounced "engine X") from pkgsrc-wip, a lightweight \
web (HTTP)
server/reverse proxy and mail (IMAP/POP3) proxy.
|