diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-13 17:11:48 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-13 17:14:26 +0200 |
commit | 32a94b30617252fdfceb981bef4542e46aadd948 (patch) | |
tree | 757b51d30544de44734ac714e6bfd215ff520a3b /www-servers/apache | |
parent | www-servers/apache: add mod_auth_form support (diff) | |
download | gentoo-32a94b30617252fdfceb981bef4542e46aadd948.tar.gz gentoo-32a94b30617252fdfceb981bef4542e46aadd948.tar.bz2 gentoo-32a94b30617252fdfceb981bef4542e46aadd948.zip |
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@gentoo.org>
Diffstat (limited to 'www-servers/apache')
-rw-r--r-- | www-servers/apache/apache-2.4.41.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/apache/apache-2.4.41.ebuild b/www-servers/apache/apache-2.4.41.ebuild index a74cf4c81e16..9f041a4bf05b 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 |