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: apache2_modules.desc apache2_mpms.desc
Date: Wed, 28 Nov 2007 07:50:53
Message-Id: E1IxHgz-0004ac-EW@stork.gentoo.org
1 hollow 07/11/28 07:50:45
2
3 Added: apache2_modules.desc apache2_mpms.desc
4 Log:
5 Add APACHE2_MODULES and APACHE2_MPMS to USE_EXPAND
6
7 Revision Changes Path
8 1.1 profiles/desc/apache2_modules.desc
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/desc/apache2_modules.desc?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/desc/apache2_modules.desc?rev=1.1&content-type=text/plain
12
13 Index: apache2_modules.desc
14 ===================================================================
15 # Copyright 2007 Gentoo Foundation.
16 # Distributed under the terms of the GNU General Public License v2
17 # $Header: /var/cvsroot/gentoo-x86/profiles/desc/apache2_modules.desc,v 1.1 2007/11/28 07:50:44 hollow Exp $
18
19 # This file contains descriptions of APACHE2_MODULES USE_EXPAND flags.
20
21 # Keep it sorted.
22 actions - Provides for executing CGI scripts based on media type or request method
23 alias - Provides for mapping different parts of the host filesystem in the document tree and for URL redirection
24 asis - Sends files that contain their own HTTP headers
25 auth_basic - Basic authentication
26 auth_digest - User authentication using MD5 Digest Authentication
27 authn_alias - Provides the ability to create extended authentication providers based on actual providers
28 authn_anon - Allows "anonymous" user access to authenticated areas
29 authn_dbd - User authentication using an SQL database
30 authn_dbm - User authentication using DBM files
31 authn_default - Authentication fallback module
32 authn_file - User authentication using text files
33 authz_dbm - Group authorization using DBM files
34 authz_default - Authorization fallback module
35 authz_groupfile - Group authorization using plaintext files
36 authz_host - Group authorizations based on host (name or IP address)
37 authz_owner - Authorization based on file ownership
38 authz_user - User Authorization
39 autoindex - Generates directory indexes, automatically, similar to the Unix ls command
40 cache - Content cache keyed to URIs
41 cern_meta - CERN httpd metafile semantics
42 charset_lite - Specify character set translation or recoding
43 dav - Distributed Authoring and Versioning (WebDAV) functionality
44 dav_fs - filesystem provider for mod_dav
45 dav_lock - generic locking module for mod_dav
46 dbd - Manages SQL database connections
47 deflate - Compress content before it is delivered to the client
48 dir - Provides for "trailing slash" redirects and serving directory index files
49 disk_cache - Content cache storage manager keyed to URIs
50 dumpio - Dumps all I/O to error log as desired
51 env - Modifies the environment which is passed to CGI scripts and SSI pages
52 expires - Generation of Expires and Cache-Control HTTP headers according to user-specified criteria
53 ext_filter - Pass the response body through an external program before delivery to the client
54 file_cache - Caches a static list of files in memory
55 filter - Context-sensitive smart filter configuration module
56 headers - Customization of HTTP request and response headers
57 ident - RFC 1413 ident lookups
58 imagemap - Server-side imagemap processing
59 include - Server-parsed html documents (Server Side Includes)
60 info - Provides a comprehensive overview of the server configuration
61 log_config - Logging of the requests made to the server
62 log_forensic - Forensic Logging of the requests made to the server
63 logio - Logging of input and output bytes per request
64 mem_cache - Content cache keyed to URIs
65 mime - Associates the requested filename's extensions with the file's behavior (handlers and filters) and content (mime-type, language, character set and encoding)
66 mime_magic - Determines the MIME type of a file by looking at a few bytes of its contents
67 negotiation - Provides for content negotiation
68 proxy - HTTP/1.1 proxy/gateway server
69 proxy_ajp - AJP support module for mod_proxy
70 proxy_balancer - mod_proxy extension for load balancing
71 proxy_connect - mod_proxy extension for CONNECT request handling
72 proxy_ftp - FTP support module for mod_proxy
73 proxy_http - HTTP support module for mod_proxy
74 rewrite - Provides a rule-based rewriting engine to rewrite requested URLs on the fly
75 setenvif - Allows the setting of environment variables based on characteristics of the request
76 speling - Attempts to correct mistaken URLs that users might have entered by ignoring capitalization and by allowing up to one misspelling
77 status - Provides information on server activity and performance
78 unique_id - Provides an environment variable with a unique identifier for each request
79 userdir - User-specific directories
80 usertrack - Clickstream logging of user activity on a site
81 version - Version dependent configuration
82 vhost_alias - Provides for dynamically configured mass virtual hosting
83
84
85
86 1.1 profiles/desc/apache2_mpms.desc
87
88 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/desc/apache2_mpms.desc?rev=1.1&view=markup
89 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/desc/apache2_mpms.desc?rev=1.1&content-type=text/plain
90
91 Index: apache2_mpms.desc
92 ===================================================================
93 # Copyright 2007 Gentoo Foundation.
94 # Distributed under the terms of the GNU General Public License v2
95 # $Header: /var/cvsroot/gentoo-x86/profiles/desc/apache2_mpms.desc,v 1.1 2007/11/28 07:50:44 hollow Exp $
96
97 # This file contains descriptions of APACHE2_MPMS USE_EXPAND flags.
98
99 # Keep it sorted.
100 event - An experimental variant of the standard worker MPM
101 itk - Allows to run each virtual host under a separate uid and gid
102 peruser - Peruser is a working implementation of the perchild MPM allowing to run each apache child process as its own user and group, each handling its own set of virtual hosts
103 prefork - Implements a non-threaded, pre-forking web server
104 worker - Multi-Processing Module implementing a hybrid multi-threaded multi-process web server
105
106
107
108 --
109 gentoo-commits@g.o mailing list