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: Mon, 03 May 2010 19:33:38
Message-Id: 20100503193335.926322C37E@corvid.gentoo.org
1 hollow 10/05/03 19:33:35
2
3 Modified: nginx_modules_http.desc
4 Log:
5 add description for the uWSGI module
6
7 Revision Changes Path
8 1.3 profiles/desc/nginx_modules_http.desc
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/desc/nginx_modules_http.desc?r1=1.2&r2=1.3
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.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- nginx_modules_http.desc 11 Apr 2010 19:52:21 -0000 1.2
21 +++ nginx_modules_http.desc 3 May 2010 19:33:35 -0000 1.3
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.2 2010/04/11 19:52:21 dev-zero Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.3 2010/05/03 19:33:35 hollow Exp $
27
28 # This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags.
29
30 @@ -37,6 +37,7 @@
31 ssi - This module provides a filter which processes Server-Side Includes (SSI) in the input.
32 stub_status - This module provides the ability to get some status from nginx.
33 sub - This module can search and replace text in the nginx response.
34 +uwsgi - External module for the uWSGI protocol for python web apps.
35 upstream_ip_hash - This module provides the ability to distribute upstream requests based on the IP-address of the client.
36 userid - This module gives out cookies for identification of clients.
37 xslt - This module is a filter which converts an XML response with the aid of one or more XSLT templates.