mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
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.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2002-2004 Igor Sysoev
|
||||
* Copyright (C) 2002-2005 Igor Sysoev
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
||||
@@ -6,6 +6,130 @@
|
||||
title="nginx">
|
||||
|
||||
|
||||
<changes ver="0.1.14" date="18.01.2005">
|
||||
|
||||
<change type="feature">
|
||||
<para lang="ru">
|
||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
--http-client-body-temp-path=PATH,
|
||||
--http-proxy-temp-path=PATH
|
||||
<EFBFBD> --http-fastcgi-temp-path=PATH
|
||||
</para>
|
||||
<para lang="en">
|
||||
the autoconfiguration directives:
|
||||
--http-client-body-temp-path=PATH,
|
||||
--http-proxy-temp-path=PATH,
|
||||
and --http-fastcgi-temp-path=PATH
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="change">
|
||||
<para lang="ru">
|
||||
<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,
|
||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> client_body_temp_path,
|
||||
<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <prefix>/client_body_temp.
|
||||
</para>
|
||||
<para lang="en">
|
||||
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.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="feature">
|
||||
<para lang="ru">
|
||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ngx_http_fastcgi_module <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
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
|
||||
<EFBFBD> fastcgi_x_powered_by.
|
||||
|
||||
</para>
|
||||
<para lang="en">
|
||||
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.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> "[alert] zero size buf";
|
||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> 0.1.3.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the "[alert] zero size buf" error;
|
||||
bug appeared in 0.1.3.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="change">
|
||||
<para lang="ru">
|
||||
<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> proxy_pass <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> URI <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the URI must be specified after the host name in the proxy_pass directive.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="change">
|
||||
<para lang="ru">
|
||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> URI <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %3F, <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the %3F symbol in the URI was considered as the argument string start.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="feature">
|
||||
<para lang="ru">
|
||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> unix domain <20>o<EFBFBD><6F><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ngx_http_proxy_module.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the unix domain sockets support in the ngx_http_proxy_module.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="feature">
|
||||
<para lang="ru">
|
||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ssl_engine <20> ssl_ciphers.<br/>
|
||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> SSL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the ssl_engine and ssl_ciphers directives.<br/>
|
||||
Thanks to Sergey Skvortsov for SSL-accelerator.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
|
||||
<changes ver="0.1.13" date="21.12.2004">
|
||||
|
||||
<change type="feature">
|
||||
|
||||
Reference in New Issue
Block a user