dbm Session Cache

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 [at] modssl.org
Automated List Manager majordomo [at] modssl.org
rich.fought [ Mo, 18 Juni 2007 23:22 ] [ ID #1741120 ]

RE: dbm Session Cache

>
> 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?
>

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 [at] modssl.org
Automated List Manager majordomo [at] modssl.org
rich.fought [ Mi, 20 Juni 2007 16:28 ] [ ID #1743982 ]
Webserver » gmane.comp.apache.mod-ssl.user » dbm Session Cache

Vorheriges Thema: Apache 2.0 + mod_ssl problems with IE6 on XP (no SP2)
Nächstes Thema: adding mod_ssl module to existing apache configuration