commit:     32a94b30617252fdfceb981bef4542e46aadd948
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 13 15:11:48 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 15:14:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a94b30

www-servers/apache: add mod_authn_socache support

Closes: https://bugs.gentoo.org/675584
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 profiles/desc/apache2_modules.desc      | 1 +
 www-servers/apache/apache-2.4.41.ebuild | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/profiles/desc/apache2_modules.desc 
b/profiles/desc/apache2_modules.desc
index 8f6258033d4..630aa0a522d 100644
--- a/profiles/desc/apache2_modules.desc
+++ b/profiles/desc/apache2_modules.desc
@@ -18,6 +18,7 @@ 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
+authn_socache - Maintains a cache of authentication credentials, so that a new 
backend lookup is not required for every authenticated request
 authz_core - Provides core authorization capabilities to various 
authorization/authorization modules, such as authn_file and authz_user
 authz_dbd - Provides authorization capabilities via SQL database so that 
authenticated users can be allowed or denied access to portions of the web site 
by group membership
 authz_dbm - Group authorization using DBM files

diff --git a/www-servers/apache/apache-2.4.41.ebuild 
b/www-servers/apache/apache-2.4.41.ebuild
index a74cf4c81e1..9f041a4bf05 100644
--- a/www-servers/apache/apache-2.4.41.ebuild
+++ b/www-servers/apache/apache-2.4.41.ebuild
@@ -31,7 +31,7 @@ IUSE_MPMS_THREAD="event worker"
 # socache_shmcb: shared object cache provider. Default config with ssl needs it
 # unixd: fixes startup error: Invalid command 'User'
 IUSE_MODULES="access_compat actions alias asis auth_basic auth_digest auth_form
-authn_alias authn_anon authn_core authn_dbd authn_dbm authn_file authz_core
+authn_alias authn_anon authn_core authn_dbd authn_dbm authn_file authn_socache 
authz_core
 authz_dbd authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex
 brotli cache cache_disk cache_socache cern_meta charset_lite cgi cgid dav 
dav_fs dav_lock
 dbd deflate dir dumpio env expires ext_filter file_cache filter headers http2

Reply via email to