Re: SSLSessionCache: shared memory cache not useable on this platform

2002-05-16 Thread Ted Bannon
only two types of shm session caches. SSLSessionCache: shared memory cache not useable on this platform You need to define EAPI_MM when building Apache. See the INSTALL file for mod_ssl, somewhere around line 281. --Cliff

SSLSessionCache: shared memory cache not useable on this platform

2002-05-15 Thread Ted Bannon
/apache/1.3.24/logs/ssl_scache #SSLSessionCache shm:/data/home/apache/1.3.24/logs/ssl_gcache_data(512000) Presently dbm is enabled because trying to use any of the other 3 shared memory options returns this error at startup: SSLSessionCache: shared memory cache not useable on this platform Here

Re: SSLSessionCache: shared memory cache not useable on this platform

2002-05-15 Thread Cliff Woolley
) SSLSessionCache dbm:/data/home/apache/1.3.24/logs/ssl_scache #SSLSessionCache shm:/data/home/apache/1.3.24/logs/ssl_gcache_data(512000) Note that shm: is equivalent to shmht: ... there are really only two types of shm session caches. SSLSessionCache: shared memory cache not useable