Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/desc: nginx_modules_http.desc
Date: Fri, 02 Jul 2010 05:29:05
Message-Id: 20100702052901.5EA322C096@corvid.gentoo.org
1 dev-zero 10/07/02 05:29:01
2
3 Modified: nginx_modules_http.desc
4 Log:
5 Added description for nginx's http_scgi flag.
6
7 Revision Changes Path
8 1.6 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.6&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?r1=1.5&r2=1.6
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.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- nginx_modules_http.desc 30 May 2010 07:20:26 -0000 1.5
21 +++ nginx_modules_http.desc 2 Jul 2010 05:29:01 -0000 1.6
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.5 2010/05/30 07:20:26 hollow Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.6 2010/07/02 05:29:01 dev-zero 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 +scgi - An implementation of the Simple Common Gateway Interface.
35 split_clients - This module provides A/B testing support.
36 ssi - This module provides a filter which processes Server-Side Includes (SSI) in the input.
37 stub_status - This module provides the ability to get some status from nginx.