Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 740202 - www-servers/apache - missing mod_socache_memcache
Summary: www-servers/apache - missing mod_socache_memcache
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-09-03 11:38 UTC by Jaco Kroon
Modified: 2020-09-03 19:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaco Kroon 2020-09-03 11:38:43 UTC
Hi,

mod_socache_memcache module is useful for sharing SSL sessions and/or even for things like mod_cache for sharing a single large memory based cache between multiple serving nodes.

Note, as far as I can determine memcache isn't required to be installed to compile, and generally you'd use a remote memcached install in all likilyhood, so not depending on memcached for building.  If this is in error I'll happily correct.
Comment 1 Larry the Git Cow gentoo-dev 2020-09-03 19:36:36 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3f42ca3b6f2a826a250f4340a316a156da84b2

commit 1e3f42ca3b6f2a826a250f4340a316a156da84b2
Author:     Jaco Kroon <jaco@uls.co.za>
AuthorDate: 2020-09-03 11:35:24 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2020-09-03 19:36:31 +0000

    www-servers/apache: add mod_socache_memcache
    
    Closes:  https://bugs.gentoo.org/740202
    Signed-off-by: Jaco Kroon <jaco@uls.co.za>
    Closes: https://github.com/gentoo/gentoo/pull/17395
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 profiles/desc/apache2_modules.desc         |   1 +
 www-servers/apache/apache-2.4.46-r1.ebuild | 274 +++++++++++++++++++++++++++++
 2 files changed, 275 insertions(+)