Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/desc: nginx_modules_http.desc
Date: Sun, 30 May 2010 07:20:30
Message-Id: 20100530072026.C5A242CF2B@corvid.gentoo.org
1 hollow 10/05/30 07:20:26
2
3 Modified: nginx_modules_http.desc
4 Log:
5 add nginx_modules_http_split_clients
6
7 Revision Changes Path
8 1.5 profiles/desc/nginx_modules_http.desc
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?r1=1.4&r2=1.5
13
14 Index: nginx_modules_http.desc
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- nginx_modules_http.desc 30 May 2010 07:12:57 -0000 1.4
21 +++ nginx_modules_http.desc 30 May 2010 07:20:26 -0000 1.5
22 @@ -1,6 +1,6 @@
23 # Copyright 2010 Gentoo Foundation.
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.4 2010/05/30 07:12:57 hollow Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.5 2010/05/30 07:20:26 hollow Exp $
27
28 # This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags.
29
30 @@ -35,6 +35,7 @@
31 referer - This module makes it possible to block access to the site with the incorrect values of line "Referer" in the request header.
32 rewrite - This module makes it possible to change URI using regular expressions (PCRE), and to redirect and select configuration depending on variables.
33 secure_link - This module computes and checks request URLs for a required security token.
34 +split_clients - This module provides A/B testing support.
35 ssi - This module provides a filter which processes Server-Side Includes (SSI) in the input.
36 stub_status - This module provides the ability to get some status from nginx.
37 sub - This module can search and replace text in the nginx response.