public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/
Date: Wed, 13 Jan 2016 20:36:27 +0000 (UTC)	[thread overview]
Message-ID: <1452716994.4c27485d7f35063c8a83b354813f09349482a8ae.mjo@gentoo> (raw)

commit:     4c27485d7f35063c8a83b354813f09349482a8ae
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 13 20:29:54 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Jan 13 20:29:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c27485d

profiles: add missing APACHE2_MODULES flag descriptions.

Apache 2.4 adds some new modules whose descriptions are missing from
profiles/desc/apache2_modules.desc. Add the new descriptions, and fix
the order of two existing flags.

Descriptions are added for,

  * authn_core
  * authz_core
  * cache_disk
  * lbmethod_bybusyness
  * lbmethod_byrequests
  * lbmethod_bytraffic
  * lbmethod_heartbeat
  * proxy_fcgi
  * proxy_wstunnel
  * ratelimit
  * remoteip
  * slotmem_shm
  * socache_shmcb
  * unixd

The flags "charset_lite" and "rewrite" are placed in alphabetical order.

Gentoo-Bug: 478540

 profiles/desc/apache2_modules.desc | 21 ++++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)

diff --git a/profiles/desc/apache2_modules.desc b/profiles/desc/apache2_modules.desc
index b5e533f..69c8859 100644
--- a/profiles/desc/apache2_modules.desc
+++ b/profiles/desc/apache2_modules.desc
@@ -1,10 +1,11 @@
-# Copyright 2007-2010 Gentoo Foundation.
+# Copyright 2007-2016 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # This file contains descriptions of APACHE2_MODULES USE_EXPAND flags.
 
 # Keep it sorted.
+access_compat - Backwards-compatibility for obsolete authorization directives
 actions - Provides for executing CGI scripts based on media type or request method
 alias - Provides for mapping different parts of the host filesystem in the document tree and for URL redirection
 asis - Sends files that contain their own HTTP headers
@@ -12,10 +13,12 @@ auth_basic - Basic authentication
 auth_digest - User authentication using MD5 Digest Authentication
 authn_alias - Provides the ability to create extended authentication providers based on actual providers
 authn_anon - Allows "anonymous" user access to authenticated areas
+authn_core - Provides core authentication capabilities
 authn_dbd - User authentication using an SQL database
 authn_dbm - User authentication using DBM files
 authn_default - Authentication fallback module
 authn_file - User authentication using text files
+authz_core - Provides core authorization capabilities
 authz_dbm - Group authorization using DBM files
 authz_default - Authorization fallback module
 authz_groupfile - Group authorization using plaintext files
@@ -24,10 +27,11 @@ authz_owner - Authorization based on file ownership
 authz_user - User Authorization
 autoindex - Generates directory indexes, automatically, similar to the Unix ls command
 cache - Content cache keyed to URIs
+cache_disk - Disk based storage module for the HTTP caching filter
 cern_meta - CERN httpd metafile semantics
-charset_lite - Specify character set translation or recoding
 cgi - Enable CGI module (used by non-multithreaded MPMs, for eg. prefork)
 cgid - Enable CGI module (used by multithreaded MPMs, for eg. worker)
+charset_lite - Specify character set translation or recoding
 dav - Distributed Authoring and Versioning (WebDAV) functionality
 dav_fs - filesystem provider for mod_dav
 dav_lock - generic locking module for mod_dav
@@ -46,6 +50,10 @@ ident - RFC 1413 ident lookups
 imagemap - Server-side imagemap processing
 include - Server-parsed html documents (Server Side Includes)
 info - Provides a comprehensive overview of the server configuration
+lbmethod_bybusyness - Pending Request Counting load balancer scheduler algorithm for mod_proxy_balancer
+lbmethod_byrequests - Request Counting load balancer scheduler algorithm for mod_proxy_balancer
+lbmethod_bytraffic - Weighted Traffic Counting load balancer scheduler algorithm for mod_proxy_balancer
+lbmethod_heartbeat - Heartbeat Traffic Counting load balancer scheduler algorithm for mod_proxy_balancer
 log_config - Logging of the requests made to the server
 log_forensic - Forensic Logging of the requests made to the server
 logio - Logging of input and output bytes per request
@@ -57,16 +65,23 @@ proxy - HTTP/1.1 proxy/gateway server
 proxy_ajp - AJP support module for mod_proxy
 proxy_balancer - mod_proxy extension for load balancing
 proxy_connect - mod_proxy extension for CONNECT request handling
+proxy_fcgi - FastCGI support module for mod_proxy
 proxy_ftp - FTP support module for mod_proxy
 proxy_http - HTTP support module for mod_proxy
 proxy_scgi - SCGI gateway module for mod_proxy
-rewrite - Provides a rule-based rewriting engine to rewrite requested URLs on the fly
+proxy_wstunnel - Websockets support module for mod_proxy
+ratelimit - Bandwidth Rate Limiting for Clients
+remoteip - Replaces the original client IP address for the connection with the useragent IP address list presented by a proxies or a load balancer via the request headers
 reqtimeout - Set timeout and minimum data rate for receiving requests
+rewrite - Provides a rule-based rewriting engine to rewrite requested URLs on the fly
 setenvif - Allows the setting of environment variables based on characteristics of the request
+slotmem_shm - Slot-based shared memory provider
+socache_shmcb - Cyclic buffer shared-memory-based shared object cache provider
 speling - Attempts to correct mistaken URLs that users might have entered by ignoring capitalization and by allowing up to one misspelling
 status - Provides information on server activity and performance
 substitute - Perform search and replace operations on response bodies
 unique_id - Provides an environment variable with a unique identifier for each request
+unixd - Basic (required) security for Unix-family platforms
 userdir - User-specific directories
 usertrack - Clickstream logging of user activity on a site
 version - Version dependent configuration


             reply	other threads:[~2016-01-13 20:36 UTC|newest]

Thread overview: 214+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-13 20:36 Michael Orlitzky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-17 14:11 [gentoo-commits] repo/gentoo:master commit in: profiles/desc/ Petr Vaněk
2025-09-25 13:38 Patrick Lauer
2025-09-06 15:13 Sam James
2025-08-23 20:09 James Le Cuirot
2025-07-13  9:00 Miroslav Šulc
2025-05-28  9:13 Michał Górny
2025-05-28  9:13 Michał Górny
2025-05-28  9:13 Michał Górny
2025-05-11  7:42 Hans de Graaff
2025-05-08 12:35 Michał Górny
2025-03-17  1:45 Michael Orlitzky
2025-02-09 15:26 Michał Górny
2024-12-31  8:07 Michał Górny
2024-09-27 16:53 Arsen Arsenović
2024-09-24  4:01 Sam James
2024-07-08 15:02 Joonas Niilola
2024-06-29  7:04 Matt Jolly
2024-06-08 14:07 Michał Górny
2024-05-06 15:07 Matt Turner
2024-02-01 19:49 Matt Turner
2024-01-22 14:08 Michał Górny
2024-01-19  9:51 罗百科
2024-01-02 16:44 Michał Górny
2024-01-02 16:44 Michał Górny
2024-01-02 16:44 Michał Górny
2024-01-02 16:44 Michał Górny
2023-12-17 12:03 Michał Górny
2023-12-06  2:02 Michael Orlitzky
2023-12-06  2:02 Michael Orlitzky
2023-11-26 14:54 Benda XU
2023-06-19 15:12 Hans de Graaff
2023-05-30 11:02 Ionen Wolkens
2023-05-15  5:53 Sam James
2023-04-02  8:37 Alfredo Tupone
2022-12-27 18:45 Michał Górny
2022-12-11 22:50 Sam James
2022-11-27 11:41 Alfredo Tupone
2022-10-06 16:23 罗百科
2022-09-15  7:05 Joonas Niilola
2022-09-13 20:33 Alfredo Tupone
2022-09-12  9:26 Benda XU
2022-06-27  8:26 Michał Górny
2022-06-27  4:40 Michał Górny
2022-06-22  8:41 Michał Górny
2022-05-21  9:37 罗百科
2022-04-12  7:44 Lars Wendler
2022-02-10 22:54 Michał Górny
2022-02-10 22:54 Michał Górny
2021-09-30 17:33 罗百科
2021-09-19 13:35 Alfredo Tupone
2021-08-22 21:53 David Seifert
2021-08-13 10:02 Marek Szuba
2021-08-13 10:02 Marek Szuba
2021-05-29 14:19 Alfredo Tupone
2021-05-18 17:03 Michał Górny
2021-05-12 18:52 Alfredo Tupone
2021-04-22 15:07 Michał Górny
2021-04-12 19:39 Sergei Trofimovich
2021-03-11 21:50 Anthony G. Basile
2021-03-10 22:59 Conrad Kostecki
2020-12-08  1:07 Brian Evans
2020-11-17  9:21 Michał Górny
2020-10-10 13:17 Conrad Kostecki
2020-10-05 12:14 Marek Szuba
2020-09-29 23:39 Thomas Deutschmann
2020-09-29 23:39 Thomas Deutschmann
2020-09-27 20:25 Ulrich Müller
2020-09-11 15:51 Andreas K. Hüttel
2020-09-08 14:24 Marek Szuba
2020-08-28 22:47 Conrad Kostecki
2020-08-23 13:48 Conrad Kostecki
2020-07-31 19:32 Marek Szuba
2020-07-24 12:03 Joonas Niilola
2020-07-17 22:23 Sergei Trofimovich
2020-07-17 22:07 Sergei Trofimovich
2020-06-28  7:41 Joonas Niilola
2020-06-07 23:24 Georgy Yakovlev
2020-04-03 16:05 Michael Orlitzky
2020-01-31 15:27 Michał Górny
2019-11-24 22:45 Michał Górny
2019-11-12  6:31 Michał Górny
2019-10-01 12:22 Michał Górny
2019-10-01 12:22 Michał Górny
2019-10-01 12:22 Michał Górny
2019-09-11 16:31 Georgy Yakovlev
2019-09-03 18:54 Alfredo Tupone
2019-08-13 22:25 David Seifert
2019-07-19 18:15 Michał Górny
2019-07-17 11:43 Michał Górny
2019-07-15 13:36 Michał Górny
2019-07-15 13:36 Michał Górny
2019-06-17  8:46 Marek Szuba
2019-06-14 12:41 Ulrich Müller
2019-05-25 10:58 Aaron W. Swenson
2019-05-21  8:39 Michał Górny
2019-05-04 23:33 Andreas K. Hüttel
2019-03-13  8:22 Michał Górny
2019-03-13  8:22 Michał Górny
2019-03-13  8:22 Michał Górny
2019-03-10 22:38 Patrice Clement
2019-03-08  4:40 Georgy Yakovlev
2019-01-16 12:01 Andreas Sturmlechner
2018-11-28 11:31 Michał Górny
2018-11-28 11:31 Michał Górny
2018-11-28 11:31 Michał Górny
2018-11-28 11:31 Michał Górny
2018-11-28  9:56 Michał Górny
2018-11-28  9:56 Michał Górny
2018-11-28  9:56 Michał Górny
2018-11-11  8:25 Michał Górny
2018-11-10 18:16 Michał Górny
2018-11-08 23:11 James Le Cuirot
2018-07-10 11:11 Michał Górny
2018-07-08 14:03 Mike Gilbert
2018-06-22 23:51 Georgy Yakovlev
2018-06-22  8:35 Michał Górny
2018-06-22  8:05 Michał Górny
2018-06-14 13:17 Brian Evans
2018-06-13 11:19 Aaron Swenson
2018-05-15 21:27 Michał Górny
2018-05-05  1:50 Aaron Bauman
2018-04-18  8:00 Michał Górny
2018-04-18  8:00 Michał Górny
2018-03-20 19:59 Michał Górny
2018-01-09 18:22 Michał Górny
2018-01-09 11:57 Ulrich Müller
2018-01-08 19:58 Ulrich Müller
2018-01-08  8:45 Ulrich Müller
2018-01-07 12:25 Ulrich Müller
2017-12-31 17:51 Mike Gilbert
2017-12-31 16:20 Mike Gilbert
2017-12-30  9:18 Michał Górny
2017-12-30  9:18 Michał Górny
2017-12-30  9:18 Michał Górny
2017-12-30  9:18 Michał Górny
2017-12-30  9:18 Michał Górny
2017-12-30  9:18 Michał Górny
2017-12-27 21:02 Ulrich Müller
2017-11-24  6:06 Matt Turner
2017-08-15 12:35 Michał Górny
2017-07-21 20:22 Brian Evans
2017-07-21 20:20 Michał Górny
2017-07-21 20:20 Michał Górny
2017-07-21 20:20 Michał Górny
2017-07-21  0:23 Sebastien Fabbro
2017-07-01  7:07 Michał Górny
2017-06-09 15:57 Anthony G. Basile
2017-05-15 13:28 Michał Górny
2017-05-15 13:28 Michał Górny
2017-05-15 13:28 Michał Górny
2017-04-19 20:27 Matthias Maier
2017-03-23 19:23 Michał Górny
2017-02-23 19:07 Matthias Maier
2017-02-13  7:44 Matthias Maier
2017-01-27  1:00 Ian Stakenvicius
2017-01-15  7:10 Thomas Deutschmann
2017-01-13 15:23 James Le Cuirot
2016-12-05  3:41 Michael Orlitzky
2016-11-11  8:42 Michał Górny
2016-10-08 19:09 Ian Stakenvicius
2016-10-06 14:02 Ulrich Müller
2016-10-06  9:11 Miroslav Šulc
2016-10-05 10:06 Miroslav Šulc
2016-10-04 18:38 Manuel Rüger
2016-09-07  5:58 Ulrich Müller
2016-09-06 16:03 Ulrich Müller
2016-09-06 16:03 Ulrich Müller
2016-08-18 22:43 Jeroen Roovers
2016-08-06 17:15 Michał Górny
2016-07-30 10:50 Pacho Ramos
2016-07-03 16:08 Michał Górny
2016-07-01 18:13 Ulrich Müller
2016-06-25 11:06 Ulrich Müller
2016-06-23  7:36 Ulrich Müller
2016-06-22 21:21 Ulrich Müller
2016-06-03 16:44 Michał Górny
2016-05-29 16:20 Michał Górny
2016-05-29 16:20 Michał Górny
2016-05-29 16:20 Michał Górny
2016-05-29 16:20 Michał Górny
2016-05-29 16:20 Michał Górny
2016-05-29 16:20 Michał Górny
2016-05-29 16:20 Michał Górny
2016-05-29 16:20 Michał Górny
2016-05-29 16:20 Michał Górny
2016-05-29 16:20 Michał Górny
2016-05-29 16:20 Michał Górny
2016-05-29 11:25 Ulrich Müller
2016-05-27  4:05 Michał Górny
2016-05-27  4:04 Michał Górny
2016-05-27  4:04 Michał Górny
2016-05-27  4:04 Michał Górny
2016-05-27  4:04 Michał Górny
2016-05-27  4:04 Michał Górny
2016-05-22 15:08 Ulrich Müller
2016-05-21 17:12 Ulrich Müller
2016-05-11  8:45 Alexis Ballier
2016-03-24 11:35 Ian Delaney
2016-02-06 13:55 Manuel Rüger
2016-02-06 13:55 Manuel Rüger
2016-01-12 22:49 Manuel Rüger
2015-12-15 19:39 Anthony G. Basile
2015-10-24  8:44 Anthony G. Basile
2015-10-15  2:19 Ryan Hill
2015-10-04 13:36 Mike Gilbert
2015-09-22  9:39 Alexis Ballier
2015-09-20 13:58 Julian Ospald
2015-09-15 20:40 Markos Chandras
2015-09-07 17:03 Mike Frysinger
2015-09-02  0:39 Chí-Thanh Christopher Nguyễn
2015-08-24 16:57 Alexis Ballier
2015-08-19 15:21 Johannes Huber
2015-08-10 19:03 Anthony G. Basile

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1452716994.4c27485d7f35063c8a83b354813f09349482a8ae.mjo@gentoo \
    --to=mjo@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox