Commit graph

19 commits

Author SHA1 Message Date
joerg
964335258f MAKE_DIRS, not MAKE_DIR. 2010-07-18 01:33:20 +00:00
joerg
c9c894d740 Add pid directory to MAKE_DIR, in case non-default VARBASE is used. 2010-07-18 01:28:43 +00:00
joerg
e8b0361c02 Add optional support for the push module. From Mike Bowie. 2010-06-27 18:00:24 +00:00
joerg
11fb4b3c59 nginx-0.8.41:
- New http_uwsgi_module, replacing the (optional) external one
- New ngx_http_split_clients module
- Support "map" directive with keys longer than 255 charecters
- Allow overriding client request header in fastcgi_param
- New "proxy_no_cache" and "fastcgi_no_cache" directives
- Automatically redirect from "rewrite" if $scheme is used
- Various bugfixes
2010-06-15 20:05:48 +00:00
joerg
52a4b31e97 Use uwsgi-0.9.4.3 tarball. No changes to the code. 2010-03-21 22:32:35 +00:00
joerg
93ae82a133 nginx-0.8.34:
- Support all ciphers and digests typically used in client certificates
- Fix caching of FastCGI reponses with large stderr output
- Support HTTPS referrers
- Fix $date_local variable with "%s" format
- Fix client certificate verification error with ssl_session_cache=none
- Fix matching error with geo ranges
- Fix SSI issue with stub parameter
- Fix $r->sleep
2010-03-08 13:54:47 +00:00
joerg
6d5006de77 No negative form of --with-ipv6. 2010-02-09 21:15:34 +00:00
joerg
758a89c59a Update the optional uwsgi to 0.9.4, which fixes some BE issues. 2010-02-08 16:11:54 +00:00
joerg
9c7142730b nginx-0.8.33:
- fix issues with Keep-Alive in various clients
- fix issue with internal redirects between proxy/fastcgi locations
- fix a bug with discarding request bodies

Add optional uwsgi backend.
2010-02-08 14:25:44 +00:00
joerg
e6ac2634f1 Support ipv6. 2010-01-23 23:24:39 +00:00
joerg
015033cb9a Suggest setting up log rotation. 2010-01-23 16:33:23 +00:00
joerg
30ec3ea279 Update to nginx-0.8.32. Way too many changes to list after two years of
development. Based on wip/nginx.
2010-01-23 16:32:11 +00:00
ghen
91de4775bd Release maintainership, so someone else can update this to the current decade. 2010-01-22 13:44:06 +00:00
joerg
e031855e4a Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 22:00:14 +00:00
tnn
ad6ceadd25 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-18 05:06:18 +00:00
ghen
4936f67d29 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-09 14:42:54 +00:00
ghen
134615ac8e 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-07 10:42:01 +00:00
ghen
f95a36d0df Full DESTDIR support. 2008-01-04 11:48:12 +00:00
ghen
948dda2d46 Import nginx (pronounced "engine X") from pkgsrc-wip, a lightweight web (HTTP)
server/reverse proxy and mail (IMAP/POP3) proxy.
2007-12-11 09:12:26 +00:00