diff options
author | Joe Orton <jorton@apache.org> | 2003-11-25 16:46:37 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2003-11-25 16:46:37 +0100 |
commit | 9ddbb80f5155b61d4c96f8826da157d4fad88900 (patch) | |
tree | c4621649f797667ddba3e757215b4343cf280db7 /modules/ssl/config.m4 | |
parent | * buildconf: Ensure that make never regenerates the mod_ssl expression (diff) | |
download | apache2-9ddbb80f5155b61d4c96f8826da157d4fad88900.tar.xz apache2-9ddbb80f5155b61d4c96f8826da157d4fad88900.zip |
Remove shmht session cache in favour of shmcb; shmht has had
data corruption bugs since being apr_rmm'ified.
* config.m4, mod_ssl.dsp: Don't build ssl_util_table and
ssl_scache_shmht.
* ssl_util_table.h, ssl_util_table.c, ssl_scache_shmht.c: Removed
files.
* mod_ssl.h (SSLModConfigRec): Use a void * pointer for storing
the scache-specific data.
* ssl_engine_config.c (ssl_cmd_SSLSessionCache): Treat shmht: as
shmcb:.
* ssl_scache.c: Remove shmht hooks throughout.
* ssl_scache_shmcb.c: Remove casts to use the table_t * pointer as a
void *.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101888 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/ssl/config.m4')
-rw-r--r-- | modules/ssl/config.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/ssl/config.m4 b/modules/ssl/config.m4 index a14254395a..956320204c 100644 --- a/modules/ssl/config.m4 +++ b/modules/ssl/config.m4 @@ -69,10 +69,8 @@ ssl_expr_scan.lo dnl ssl_scache.lo dnl ssl_scache_dbm.lo dnl ssl_scache_shmcb.lo dnl -ssl_scache_shmht.lo dnl ssl_util.lo dnl ssl_util_ssl.lo dnl -ssl_util_table.lo dnl " dnl # hook module into the Autoconf mechanism (--enable-ssl option) APACHE_MODULE(ssl, [SSL/TLS support (mod_ssl)], $ssl_objs, , no, [ |