dbm Session Cache

dbm Session Cache

am 18.06.2007 23:22:41 von rich.fought

I am running Apache 2.0.59 with mod_ssl on Windows Server 2003 and am
noticing that dbm session caching is not working.

With the following configuration option:

SSLSessionCache dbm:logs/ssl-scache.log

The DIR/PAG files are created, but they are always size zero, and the
server never reuses sessions when requested by the client.

I'm seeing this error message in the logs - any suggestions?

[Mon Jun 18 13:55:49 2007] [debug] ssl_scache_dbm.c(134): data size too
large for DBM session cache: 957 >=3D 950

Are other cache storage types preferable to dbm? I tried shmcb and it
works fine - perhaps I should just stick with shm?

Thanks,
Rich
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

RE: dbm Session Cache

am 20.06.2007 16:28:57 von rich.fought

>=20
> I am running Apache 2.0.59 with mod_ssl on Windows Server 2003 and am
> noticing that dbm session caching is not working.
>=20
> With the following configuration option:
>=20
> SSLSessionCache dbm:logs/ssl-scache.log
>=20
> The DIR/PAG files are created, but they are always size zero, and the
> server never reuses sessions when requested by the client.
>=20
> I'm seeing this error message in the logs - any suggestions?
>=20
> [Mon Jun 18 13:55:49 2007] [debug] ssl_scache_dbm.c(134): data size
too
> large for DBM session cache: 957 >=3D 950
>=20
> Are other cache storage types preferable to dbm? I tried shmcb and it
> works fine - perhaps I should just stick with shm?
>=20

It appears the problem is client authentication. With it turned on, the
dbm cache simply cannot handle the entry size.

Rich
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org