From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A8D5F13800E for ; Mon, 23 Jul 2012 17:23:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E6D6E064F; Mon, 23 Jul 2012 17:23:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6F3A2E064F for ; Mon, 23 Jul 2012 17:23:23 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D406A1B435C for ; Mon, 23 Jul 2012 17:23:22 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2214) id C0BB32004C; Mon, 23 Jul 2012 17:23:20 +0000 (UTC) From: "Jeremy Olexa (darkside)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, darkside@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles/desc: nginx_modules_http.desc X-VCS-Repository: gentoo-x86 X-VCS-Files: nginx_modules_http.desc X-VCS-Directories: profiles/desc X-VCS-Committer: darkside X-VCS-Committer-Name: Jeremy Olexa Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120723172320.C0BB32004C@flycatcher.gentoo.org> Date: Mon, 23 Jul 2012 17:23:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 18073c14-82e1-44fa-81a1-eb823ba718c2 X-Archives-Hash: 2da861e675c95d0206171b7f3116f160 darkside 12/07/23 17:23:20 Modified: nginx_modules_http.desc Log: add limit_conn desc Revision Changes Path 1.10 profiles/desc/nginx_modules_http.desc file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?r1=1.9&r2=1.10 Index: nginx_modules_http.desc =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- nginx_modules_http.desc 13 Apr 2012 15:14:11 -0000 1.9 +++ nginx_modules_http.desc 23 Jul 2012 17:23:20 -0000 1.10 @@ -1,6 +1,6 @@ -# Copyright 2010-2012 Gentoo Foundation. +# Copyright 1999-2012 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.9 2012/04/13 15:14:11 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.10 2012/07/23 17:23:20 darkside Exp $ # This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags. @@ -24,6 +24,7 @@ gzip_static - Before serving a file from disk to a gzip-enabled client, this module will look for a precompressed file in the same location. headers_more - Set and clear input and output headers image_filter - This module is a filter for transforming JPEG, GIF and PNG images. +limit_conn - This module makes it possible to limit the number of simultaneous connections for the assigned session limit_req - This module allows you to limit the number of requests for a given session. limit_zone - This module makes it possible to limit the number of simultaneous connections for the assigned session map - This module allows you to classify, or map a set of values into a different set of values and store the result in a variable.