]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add support for distributed caching of SSL Sessions inside memcached, using apr_memca...
authorPaul Querna <pquerna@apache.org>
Fri, 8 Jun 2007 02:48:04 +0000 (02:48 +0000)
committerPaul Querna <pquerna@apache.org>
Fri, 8 Jun 2007 02:48:04 +0000 (02:48 +0000)
commit1b7a5c2566d592450055fbb4cdbf26e081178d1c
tree0c11eff4c5c0f5313778a6334de08f34e2ec4b83
parent94743e8f7b3a7f3ebb183be6e585659b4503fc06
Add support for distributed caching of SSL Sessions inside memcached, using apr_memcache, which is present in APR-Util 1.3/trunk.

This was originally written at ApacheCon US 2005 (San Diego), and was sent to the list:
http://mail-archives.apache.org/mod_mbox/httpd-dev/200512.mbox/%3C439C6C07.9030904@force-elite.com%3E

This version is slightly cleaned up, and of course, uses the now bundled apr_memcache, rather than an external dependency.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@545379 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/ssl/config.m4
modules/ssl/ssl_engine_config.c
modules/ssl/ssl_private.h
modules/ssl/ssl_scache.c
modules/ssl/ssl_scache_memcache.c [new file with mode: 0644]