Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/desc: apache2_modules.desc
Date: Thu, 02 Dec 2010 06:43:18
Message-Id: 20101202064307.9FA5620057@flycatcher.gentoo.org
1 robbat2 10/12/02 06:43:07
2
3 Modified: apache2_modules.desc
4 Log:
5 Bug #347227: add in mod_reqtimeout (for use on Gentoo Infra). Also add mod_proxy_scgi.
6
7 Revision Changes Path
8 1.4 profiles/desc/apache2_modules.desc
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/apache2_modules.desc?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/apache2_modules.desc?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/apache2_modules.desc?r1=1.3&r2=1.4
13
14 Index: apache2_modules.desc
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/desc/apache2_modules.desc,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -p -w -b -B -u -u -r1.3 -r1.4
20 --- apache2_modules.desc 11 Jul 2010 08:22:39 -0000 1.3
21 +++ apache2_modules.desc 2 Dec 2010 06:43:07 -0000 1.4
22 @@ -1,6 +1,6 @@
23 -# Copyright 2007 Gentoo Foundation.
24 +# Copyright 2007-2010 Gentoo Foundation.
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/apache2_modules.desc,v 1.3 2010/07/11 08:22:39 lxnay Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/apache2_modules.desc,v 1.4 2010/12/02 06:43:07 robbat2 Exp $
28
29 # This file contains descriptions of APACHE2_MODULES USE_EXPAND flags.
30
31 @@ -59,7 +59,9 @@ proxy_balancer - mod_proxy extension for
32 proxy_connect - mod_proxy extension for CONNECT request handling
33 proxy_ftp - FTP support module for mod_proxy
34 proxy_http - HTTP support module for mod_proxy
35 +proxy_scgi - SCGI gateway module for mod_proxy
36 rewrite - Provides a rule-based rewriting engine to rewrite requested URLs on the fly
37 +reqtimeout - Set timeout and minimum data rate for receiving requests
38 setenvif - Allows the setting of environment variables based on characteristics of the request
39 speling - Attempts to correct mistaken URLs that users might have entered by ignoring capitalization and by allowing up to one misspelling
40 status - Provides information on server activity and performance