Commit Graph

53 Commits

Author SHA1 Message Date
Igor Sysoev
805d9db723 nginx-0.1.17-RELEASE import
*) Change: the ngx_http_rewrite_module was rewritten from the scratch.
       Now it is possible to redirect, to return the error codes, to check
       the variables and referrers. The directives can be used inside
       locations. The redirect directive was canceled.

    *) Feature: the ngx_http_geo_module.

    *) Feature: the proxy_set_x_var and fastcgi_set_var directives.

    *) Bugfix: the location configuration with "=" modifier may be used in
       another location.

    *) Bugfix: the correct content type was set only for requests that use
       small caps letters in extension.

    *) Bugfix: if the proxy_pass or fastcgi_pass directives were set in the
       location, and access was denied, and the error was redirected to a
       static page, then the segmentation fault occurred.

    *) Bugfix: if in a proxied "Location" header was a relative URL, then a
       host name and a slash were added to them; the bug had appeared in
       0.1.14.

    *) Bugfix: the system error message was not logged on Linux.
2005-02-03 19:33:37 +00:00
Igor Sysoev
02025fd6bd nginx-0.1.14-RELEASE import
*) Feature: the autoconfiguration directives:
       --http-client-body-temp-path=PATH, --http-proxy-temp-path=PATH, and
       --http-fastcgi-temp-path=PATH

    *) Change: the directory name for the temporary files with the client
       request body is specified by directive client_body_temp_path, by
       default it is <prefix>/client_body_temp.

    *) Feature: the ngx_http_fastcgi_module and the directives:
       fastcgi_pass, fastcgi_root, fastcgi_index, fastcgi_params,
       fastcgi_connect_timeout, fastcgi_send_timeout, fastcgi_read_timeout,
       fastcgi_send_lowat, fastcgi_header_buffer_size, fastcgi_buffers,
       fastcgi_busy_buffers_size, fastcgi_temp_path,
       fastcgi_max_temp_file_size, fastcgi_temp_file_write_size,
       fastcgi_next_upstream, and fastcgi_x_powered_by.

    *) Bugfix: the "[alert] zero size buf" error; the bug had appeared in
       0.1.3.

    *) Change: the URI must be specified after the host name in the
       proxy_pass directive.

    *) Change: the %3F symbol in the URI was considered as the argument
       string start.

    *) Feature: the unix domain sockets support in the
       ngx_http_proxy_module.

    *) Feature: the ssl_engine and ssl_ciphers directives.
       Thanks to Sergey Skvortsov for SSL-accelerator.
2005-01-18 13:03:58 +00:00
Igor Sysoev
c0edbcce58 nginx-0.1.2-RELEASE import
*) Feature: the --user=USER, --group=GROUP, and --with-ld-opt=OPTIONS
       options in configure.

    *) Feature: the server_name directive supports *.domain.tld.

    *) Bugfix: the portability improvements.

    *) Bugfix: if configuration file was set in command line, the
       reconfiguration was impossible; the bug had appeared in 0.1.1.

    *) Bugfix: proxy module may get caught in an endless loop when sendfile
       is not used.

    *) Bugfix: with sendfile the response was not recoded according to the
       charset module directives; the bug had appeared in 0.1.1.

    *) Bugfix: very seldom bug in the kqueue processing.

    *) Bugfix: the gzip module compressed the proxied responses that was
       already compressed.
2004-10-21 15:34:38 +00:00
Igor Sysoev
6d2eb20711 nginx-0.1.0-2004-09-30-10:38:49 import 2004-09-30 06:38:49 +00:00
Igor Sysoev
ff8da91784 nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyright 2004-09-29 16:00:49 +00:00
Igor Sysoev
d90282d8ba nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused files 2004-09-28 08:34:51 +00:00
Igor Sysoev
b9e344175f nginx-0.0.10-2004-09-03-19:50:30 import 2004-09-03 15:50:30 +00:00
Igor Sysoev
f38e046a0a nginx-0.0.7-2004-07-16-21:11:43 import 2004-07-16 17:11:43 +00:00
Igor Sysoev
1c3567ecc8 nginx-0.0.7-2004-07-15-20:35:51 import 2004-07-15 16:35:51 +00:00
Igor Sysoev
4aa888820d nginx-0.0.7-2004-07-15-00:07:58 import 2004-07-14 20:07:58 +00:00
Igor Sysoev
c02473048c nginx-0.0.7-2004-06-27-22:01:57 import 2004-06-27 18:01:57 +00:00
Igor Sysoev
a1796d747c nginx-0.0.7-2004-06-23-09:54:27 import 2004-06-23 05:54:27 +00:00
Igor Sysoev
415b1ce1b9 nginx-0.0.7-2004-06-17-21:18:53 import 2004-06-17 17:18:53 +00:00
Igor Sysoev
87350f269d nginx-0.0.7-2004-06-15-11:55:11 import 2004-06-15 07:55:11 +00:00
Igor Sysoev
0ab91b9012 nginx-0.0.3-2004-06-06-23:49:18 import 2004-06-06 19:49:18 +00:00
Igor Sysoev
369145cef1 nginx-0.0.3-2004-05-28-19:49:23 import; rename ngx_hunk_t to ngx_buf_t 2004-05-28 15:49:23 +00:00
Igor Sysoev
822834e227 nginx-0.0.3-2004-05-25-19:28:46 import 2004-05-25 15:28:46 +00:00
Igor Sysoev
10a543a810 nginx-0.0.2-2004-03-16-10:10:12 import 2004-03-16 07:10:12 +00:00
Igor Sysoev
a536298c7b nginx-0.0.2-2004-03-04-10:04:55 import 2004-03-04 07:04:55 +00:00
Igor Sysoev
ea17edc917 nginx-0.0.2-2004-03-03-00:14:37 import 2004-03-02 21:14:37 +00:00
Igor Sysoev
b54698b579 nginx-0.0.2-2004-02-23-23:57:12 import 2004-02-23 20:57:12 +00:00
Igor Sysoev
3c3ca17358 nginx-0.0.1-2004-01-05-23:55:48 import 2004-01-05 20:55:48 +00:00
Igor Sysoev
e89c4581f4 nginx-0.0.1-2003-12-19-11:15:11 import 2003-12-19 08:15:11 +00:00
Igor Sysoev
5f80078c67 nginx-0.0.1-2003-12-08-23:48:12 import 2003-12-08 20:48:12 +00:00
Igor Sysoev
f5003d8a66 nginx-0.0.1-2003-12-04-17:53:00 import 2003-12-04 14:53:00 +00:00
Igor Sysoev
865c150cb4 nginx-0.0.1-2003-11-30-23:03:18 import 2003-11-30 20:03:18 +00:00
Igor Sysoev
a8fa0a6a37 nginx-0.0.1-2003-11-25-23:44:56 import 2003-11-25 20:44:56 +00:00
Igor Sysoev
160d774afc nginx-0.0.1-2003-11-19-19:26:41 import 2003-11-19 16:26:41 +00:00
Igor Sysoev
f2e676aa15 nginx-0.0.1-2003-11-17-00:49:42 import 2003-11-16 21:49:42 +00:00
Igor Sysoev
45890ea8c1 nginx-0.0.1-2003-11-13-19:16:33 import 2003-11-13 16:16:33 +00:00
Igor Sysoev
d59a047a70 nginx-0.0.1-2003-11-11-00:09:22 import 2003-11-10 21:09:22 +00:00
Igor Sysoev
8556e6da41 nginx-0.0.1-2003-10-23-19:54:19 import 2003-10-23 15:54:19 +00:00
Igor Sysoev
d404c97163 nginx-0.0.1-2003-10-17-00:19:16 import 2003-10-16 20:19:16 +00:00
Igor Sysoev
b3e73d869e nginx-0.0.1-2003-10-10-19:10:50 import 2003-10-10 15:10:50 +00:00
Igor Sysoev
b8c367c7b9 nginx-0.0.1-2003-07-10-20:26:57 import 2003-07-10 16:26:57 +00:00
Igor Sysoev
340b03b201 nginx-0.0.1-2003-07-04-19:10:33 import 2003-07-04 15:10:33 +00:00
Igor Sysoev
96c56c9ab6 nginx-0.0.1-2003-07-02-18:41:17 import 2003-07-02 14:41:17 +00:00
Igor Sysoev
f5e97c5cbe nginx-0.0.1-2003-06-26-19:35:36 import 2003-06-26 15:35:36 +00:00
Igor Sysoev
0915977df5 nginx-0.0.1-2003-06-12-09:54:39 import 2003-06-12 05:54:39 +00:00
Igor Sysoev
1c10462e88 nginx-0.0.1-2003-06-03-19:42:58 import 2003-06-03 15:42:58 +00:00
Igor Sysoev
7578ec9df4 nginx-0.0.1-2003-06-02-19:24:30 import 2003-06-02 15:24:30 +00:00
Igor Sysoev
aa3436c04c nginx-0.0.1-2003-05-30-18:27:59 import 2003-05-30 14:27:59 +00:00
Igor Sysoev
fa73aac774 nginx-0.0.1-2003-05-21-17:28:21 import 2003-05-21 13:28:21 +00:00
Igor Sysoev
1c13c662f0 nginx-0.0.1-2003-05-20-19:37:55 import 2003-05-20 15:37:55 +00:00
Igor Sysoev
a98301160d nginx-0.0.1-2003-05-19-20:39:14 import 2003-05-19 16:39:14 +00:00
Igor Sysoev
e2a3154f0e nginx-0.0.1-2003-04-08-19:40:10 import 2003-04-08 15:40:10 +00:00
Igor Sysoev
dc479b4d98 nginx-0.0.1-2003-03-20-19:09:44 import 2003-03-20 16:09:44 +00:00
Igor Sysoev
86de4cbef5 nginx-0.0.1-2003-01-30-10:28:09 import 2003-01-30 07:28:09 +00:00
Igor Sysoev
ad22e01112 nginx-0.0.1-2003-01-15-10:02:27 import 2003-01-15 07:02:27 +00:00
Igor Sysoev
6ed07e4f06 nginx-0.0.1-2002-12-05-19:21:24 import 2002-12-05 16:21:24 +00:00