Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 478540
Collapse All | Expand All

(-)a/apache2_modules.desc (-2 / +17 lines)
Lines 5-10 Link Here
5
# This file contains descriptions of APACHE2_MODULES USE_EXPAND flags.
5
# This file contains descriptions of APACHE2_MODULES USE_EXPAND flags.
6
6
7
# Keep it sorted.
7
# Keep it sorted.
8
access_compat - Backwards-compatibility for obsolete authorization directives
8
actions - Provides for executing CGI scripts based on media type or request method
9
actions - Provides for executing CGI scripts based on media type or request method
9
alias - Provides for mapping different parts of the host filesystem in the document tree and for URL redirection
10
alias - Provides for mapping different parts of the host filesystem in the document tree and for URL redirection
10
asis - Sends files that contain their own HTTP headers
11
asis - Sends files that contain their own HTTP headers
Lines 12-21 auth_basic - Basic authentication Link Here
12
auth_digest - User authentication using MD5 Digest Authentication
13
auth_digest - User authentication using MD5 Digest Authentication
13
authn_alias - Provides the ability to create extended authentication providers based on actual providers
14
authn_alias - Provides the ability to create extended authentication providers based on actual providers
14
authn_anon - Allows "anonymous" user access to authenticated areas
15
authn_anon - Allows "anonymous" user access to authenticated areas
16
authn_core - Provides core authentication capabilities
15
authn_dbd - User authentication using an SQL database
17
authn_dbd - User authentication using an SQL database
16
authn_dbm - User authentication using DBM files
18
authn_dbm - User authentication using DBM files
17
authn_default - Authentication fallback module
19
authn_default - Authentication fallback module
18
authn_file - User authentication using text files
20
authn_file - User authentication using text files
21
authz_core - Provides core authorization capabilities
19
authz_dbm - Group authorization using DBM files
22
authz_dbm - Group authorization using DBM files
20
authz_default - Authorization fallback module
23
authz_default - Authorization fallback module
21
authz_groupfile - Group authorization using plaintext files
24
authz_groupfile - Group authorization using plaintext files
Lines 24-33 authz_owner - Authorization based on file ownership Link Here
24
authz_user - User Authorization
27
authz_user - User Authorization
25
autoindex - Generates directory indexes, automatically, similar to the Unix ls command
28
autoindex - Generates directory indexes, automatically, similar to the Unix ls command
26
cache - Content cache keyed to URIs
29
cache - Content cache keyed to URIs
30
cache_disk - Disk based storage module for the HTTP caching filter
27
cern_meta - CERN httpd metafile semantics
31
cern_meta - CERN httpd metafile semantics
28
charset_lite - Specify character set translation or recoding
29
cgi - Enable CGI module (used by non-multithreaded MPMs, for eg. prefork)
32
cgi - Enable CGI module (used by non-multithreaded MPMs, for eg. prefork)
30
cgid - Enable CGI module (used by multithreaded MPMs, for eg. worker)
33
cgid - Enable CGI module (used by multithreaded MPMs, for eg. worker)
34
charset_lite - Specify character set translation or recoding
31
dav - Distributed Authoring and Versioning (WebDAV) functionality
35
dav - Distributed Authoring and Versioning (WebDAV) functionality
32
dav_fs - filesystem provider for mod_dav
36
dav_fs - filesystem provider for mod_dav
33
dav_lock - generic locking module for mod_dav
37
dav_lock - generic locking module for mod_dav
Lines 46-51 ident - RFC 1413 ident lookups Link Here
46
imagemap - Server-side imagemap processing
50
imagemap - Server-side imagemap processing
47
include - Server-parsed html documents (Server Side Includes)
51
include - Server-parsed html documents (Server Side Includes)
48
info - Provides a comprehensive overview of the server configuration
52
info - Provides a comprehensive overview of the server configuration
53
lbmethod_bybusyness - Pending Request Counting load balancer scheduler algorithm for mod_proxy_balancer
54
lbmethod_byrequests - Request Counting load balancer scheduler algorithm for mod_proxy_balancer
55
lbmethod_bytraffic - Weighted Traffic Counting load balancer scheduler algorithm for mod_proxy_balancer
56
lbmethod_heartbeat - Heartbeat Traffic Counting load balancer scheduler algorithm for mod_proxy_balancer
49
log_config - Logging of the requests made to the server
57
log_config - Logging of the requests made to the server
50
log_forensic - Forensic Logging of the requests made to the server
58
log_forensic - Forensic Logging of the requests made to the server
51
logio - Logging of input and output bytes per request
59
logio - Logging of input and output bytes per request
Lines 57-72 proxy - HTTP/1.1 proxy/gateway server Link Here
57
proxy_ajp - AJP support module for mod_proxy
65
proxy_ajp - AJP support module for mod_proxy
58
proxy_balancer - mod_proxy extension for load balancing
66
proxy_balancer - mod_proxy extension for load balancing
59
proxy_connect - mod_proxy extension for CONNECT request handling
67
proxy_connect - mod_proxy extension for CONNECT request handling
68
proxy_fcgi - FastCGI support module for mod_proxy
60
proxy_ftp - FTP support module for mod_proxy
69
proxy_ftp - FTP support module for mod_proxy
61
proxy_http - HTTP support module for mod_proxy
70
proxy_http - HTTP support module for mod_proxy
62
proxy_scgi - SCGI gateway module for mod_proxy
71
proxy_scgi - SCGI gateway module for mod_proxy
63
rewrite - Provides a rule-based rewriting engine to rewrite requested URLs on the fly
72
proxy_wstunnel - Websockets support module for mod_proxy
73
ratelimit - Bandwidth Rate Limiting for Clients
74
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
64
reqtimeout - Set timeout and minimum data rate for receiving requests
75
reqtimeout - Set timeout and minimum data rate for receiving requests
76
rewrite - Provides a rule-based rewriting engine to rewrite requested URLs on the fly
65
setenvif - Allows the setting of environment variables based on characteristics of the request
77
setenvif - Allows the setting of environment variables based on characteristics of the request
78
slotmem_shm - Slot-based shared memory provider
79
socache_shmcb - Cyclic buffer shared-memory-based shared object cache provider
66
speling - Attempts to correct mistaken URLs that users might have entered by ignoring capitalization and by allowing up to one misspelling
80
speling - Attempts to correct mistaken URLs that users might have entered by ignoring capitalization and by allowing up to one misspelling
67
status - Provides information on server activity and performance
81
status - Provides information on server activity and performance
68
substitute - Perform search and replace operations on response bodies
82
substitute - Perform search and replace operations on response bodies
69
unique_id - Provides an environment variable with a unique identifier for each request
83
unique_id - Provides an environment variable with a unique identifier for each request
84
unixd - Basic (required) security for Unix-family platforms
70
userdir - User-specific directories
85
userdir - User-specific directories
71
usertrack - Clickstream logging of user activity on a site
86
usertrack - Clickstream logging of user activity on a site
72
version - Version dependent configuration
87
version - Version dependent configuration

Return to bug 478540