comparison man/nginx.8 @ 634:23ef0645ea57 NGINX_1_1_1

nginx 1.1.1 *) Change: now cache loader processes either as many files as specified by "loader_files" parameter or works no more than time specified by "loader_threshold" parameter during each iteration. *) Change: now SIGWINCH signal works only in deamon mode. *) Feature: now shared zones and caches use POSIX semaphores on Solaris. Thanks to Den Ivanov. *) Feature: accept filters are now supported on NetBSD. *) Bugfix: nginx could not be build on Linux 3.0. *) Bugfix: nginx did not use gzipping in some cases; the bug had appeared in 1.1.0. *) Bugfix: request body might be incorrectly processed if client used pipelining. *) Bugfix: in the "request_body_in_single_buf" directive. *) Bugfix: in "proxy_set_body" and "proxy_pass_request_body" directives if SSL connection to backend was used. *) Bugfix: nginx hogged CPU if all servers in an upstream were marked as "down". *) Bugfix: a segmentation fault might occur during reconfiguration if ssl_session_cache was defined but not used in a previous configuration. *) Bugfix: a segmentation fault might occur in a worker process if many backup servers were used in an upstream. *) Bugfix: a segmentation fault might occur in a worker process if "fastcgi/scgi/uwsgi_param" directives were used with values starting with "HTTP_"; the bug had appeared in 0.8.40.
author Igor Sysoev <http://sysoev.ru>
date Mon, 22 Aug 2011 00:00:00 +0400
parents 428c6e58046a
children d0f7a625f27c
comparison
equal deleted inserted replaced
633:561a37709f6d 634:23ef0645ea57
22 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 .\" SUCH DAMAGE. 24 .\" SUCH DAMAGE.
25 .\" 25 .\"
26 .\" 26 .\"
27 .Dd November 14, 2010 27 .Dd August 10, 2011
28 .Dt NGINX 8 28 .Dt NGINX 8
29 .Os 29 .Os
30 .Sh NAME 30 .Sh NAME
31 .Nm nginx 31 .Nm nginx
32 .Nd "HTTP and reverse proxy server, mail proxy server" 32 .Nd "HTTP and reverse proxy server, mail proxy server"
175 .Ed 175 .Ed
176 Test configuration file 176 Test configuration file
177 .Pa ~/mynginx.conf 177 .Pa ~/mynginx.conf
178 with global directives for PID and quantity of worker processes. 178 with global directives for PID and quantity of worker processes.
179 .Sh SEE ALSO 179 .Sh SEE ALSO
180 .Xr nginx.conf 5 180 .\"Xr nginx.conf 5
181 .Sh HISTORY 181 .\"Pp
182 Development of 182 Documentation at
183 .Nm
184 started in 2002, with the first public release on October 4, 2004.
185 .Sh AUTHORS
186 .An Igor Sysoev Aq igor@sysoev.ru
187 .Pp
188 Documentation available on
189 .Pa http://nginx.org/ 183 .Pa http://nginx.org/
190 and 184 and
191 .Pa http://sysoev.ru/nginx/ . 185 .Pa http://sysoev.ru/nginx/ .
192 .Pp 186 .Pp
187 For questions and technical support, please refer to
188 .Pa http://nginx.org/en/support.html .
189 .Sh HISTORY
190 Development of
191 .Nm
192 started in 2002, with the first public release on October 4, 2004.
193 .Sh AUTHORS
194 .An -nosplit
195 .An Igor Sysoev Aq igor@sysoev.ru
196 .Pp
193 This manual page was written by 197 This manual page was written by
194 .An Sergey A. Osokin Aq osa@FreeBSD.org.ru 198 .An Sergey A. Osokin Aq osa@FreeBSD.org.ru
195 as a result of compilation of many 199 as a result of compilation of many
196 .Nm 200 .Nm
197 documents all over the world. 201 documents all over the world.
198 .Sh BUGS
199 Report to mailing list
200 .Aq Li nginx@nginx.org
201 if you found one.