diff options
author | 2019-08-13 17:03:57 +0200 | |
---|---|---|
committer | 2019-08-13 17:14:25 +0200 | |
commit | 4e95f88699b07e768974f9e5bb30bfe6735e8fcc (patch) | |
tree | 303b25cfd9cc72599980ae9067b82d3414d58608 /profiles/desc/apache2_modules.desc | |
parent | www-servers/apache: fix dependencies for mod_proxy_http2 (diff) | |
download | gentoo-4e95f88699b07e768974f9e5bb30bfe6735e8fcc.tar.gz gentoo-4e95f88699b07e768974f9e5bb30bfe6735e8fcc.tar.bz2 gentoo-4e95f88699b07e768974f9e5bb30bfe6735e8fcc.zip |
www-servers/apache: add mod_auth_form support
Closes: https://bugs.gentoo.org/438084
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'profiles/desc/apache2_modules.desc')
-rw-r--r-- | profiles/desc/apache2_modules.desc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/desc/apache2_modules.desc b/profiles/desc/apache2_modules.desc index a414540a3cf0..8f6258033d4c 100644 --- a/profiles/desc/apache2_modules.desc +++ b/profiles/desc/apache2_modules.desc @@ -10,6 +10,7 @@ alias - Provides for mapping different parts of the host filesystem in the docum asis - Sends files that contain their own HTTP headers auth_basic - Basic authentication auth_digest - User authentication using MD5 Digest Authentication +auth_form - Allows the use of an HTML login form to restrict access by looking up users in the given providers 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 common to all authentication providers (functionality provided by authn_alias in previous versions) @@ -81,6 +82,10 @@ 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 +session - Provides support for a server wide per user session interface +session_crypto - Provides support for the encryption of user sessions before being written to a local database, or written to a remote browser via an HTTP cookie +session_cookie - Provides support for the storage of user sessions on the remote browser within HTTP cookies +session_dbd - Provides support for the storage of user sessions within a SQL database using the mod_dbd module setenvif - Allows the setting of environment variables based on characteristics of the request slotmem_shm - Slot-based shared memory provider socache_shmcb - A shared object cache provider using a high-performance cyclic buffer inside a shared memory segment |