On Fri, Dec 19, 2003 at 11:01:57AM -0000, John Hughes wrote:
> I have no 3rd party modules loaded.  The testing I did was with and without
> mod_ssl loaded.  Only when mod_ssl was loaded - and SSL was used - did I see
> a memory leak under load.
> 
> My SSLSessionCache values are the default and are:
> 
> SSLSessionCache               dbm:logs/ssl_scache
> SSLSessionCacheTimeout        300
> 
On linux you really should be using a shared memory session cache - like
SSLSessionCache shmcb:logs/ssl_gcache_data(512000)
SSLSessionCacheTimeout        300


vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to