]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add support to mod_ssl for a distributed session cache using
authorJoe Orton <jorton@apache.org>
Thu, 8 Jan 2004 16:26:53 +0000 (16:26 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 8 Jan 2004 16:26:53 +0000 (16:26 +0000)
commit5bb3f33fa1f5a4a5dabcf7fb32751f6b1a507cb6
tree75c94f337d3cc466de00bbefb2d70077c4e2c6f0
parentc6c6ab343f24041368d7dbb064f67b0f505377b1
Add support to mod_ssl for a distributed session cache using
distcache.

* LAYOUT: Update for removal of scache_shmht and addition of scache_dc.

* modules/ssl/config.m4: Check for libdistcache; build ssl_scache_dc.lo.

* modules/ssl/mod_ssl.dsp: Build ssl_scache_dc (with luck).

* modules/ssl/mod_ssl.h: Add SSL_SCMODE_DC and scache_dc_* prototypes.

* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLSessionCache): Allow
use of dc: argument.

* modules/ssl/ssl_scache_dc.c: New file.

* modules/ssl/ssl_scache.c (ssl_scache_init, ssl_scache_kill,
ssl_scache_store, ssl_scache_retrieve, ssl_scache_remove,
ssl_ext_status_hook): Hook into scache_dc.

Submitted by: Geoff Thorpe <geoff@geoffthorpe.net>

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