From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OIcow-0006GA-Ee for garchives@archives.gentoo.org; Sun, 30 May 2010 07:20:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67ACFE092E; Sun, 30 May 2010 07:20:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 42B00E092E for ; Sun, 30 May 2010 07:20:28 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id D7AA31B4042 for ; Sun, 30 May 2010 07:20:27 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 915) id C5A242CF2B; Sun, 30 May 2010 07:20:26 +0000 (UTC) From: "Benedikt Boehm (hollow)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hollow@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: hollow X-VCS-Committer-Name: Benedikt Boehm Content-Type: text/plain; charset=utf8 Message-Id: <20100530072026.C5A242CF2B@corvid.gentoo.org> Date: Sun, 30 May 2010 07:20:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 173ff03c-d6a1-4a7a-a720-a2278f16e01b X-Archives-Hash: 11b9f7a28f1e0ee8b200c07d02d3c91e hollow 10/05/30 07:20:26 Modified: nginx_modules_http.desc Log: add nginx_modules_http_split_clients Revision Changes Path 1.5 profiles/desc/nginx_modules_http.desc file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/ngin= x_modules_http.desc?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/ngin= x_modules_http.desc?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/ngin= x_modules_http.desc?r1=3D1.4&r2=3D1.5 Index: nginx_modules_http.desc =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- nginx_modules_http.desc 30 May 2010 07:12:57 -0000 1.4 +++ nginx_modules_http.desc 30 May 2010 07:20:26 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 2010 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.4 2010/05/30 07:12:57 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc= ,v 1.5 2010/05/30 07:20:26 hollow Exp $ =20 # This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags= . =20 @@ -35,6 +35,7 @@ referer - This module makes it possible to block access to the site with= the incorrect values of line "Referer" in the request header. rewrite - This module makes it possible to change URI using regular expr= essions (PCRE), and to redirect and select configuration depending on var= iables. secure_link - This module computes and checks request URLs for a require= d security token. +split_clients - This module provides A/B testing support. ssi - This module provides a filter which processes Server-Side Includes= (SSI) in the input. stub_status - This module provides the ability to get some status from n= ginx. sub - This module can search and replace text in the nginx response.