shmcb vs shmht
am 11.10.2003 17:50:29 von Sarah Haff
Hi,
What are the differences between
#SSLSessionCache shmht:logs/ssl_scache(512000)
and
#SSLSessionCache shmcb:logs/ssl_scache(512000)
(in ssl.conf file)
????
Sarah.
____________________________________________________________ _____
Share your photos without swamping your Inbox. Get Hotmail Extra Storage
today! http://join.msn.com/?PAGE=features/es
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: shmcb vs shmht
am 11.10.2003 19:08:43 von Mads Toftum
On Sat, Oct 11, 2003 at 08:50:29AM -0700, Sarah Haff wrote:
> Hi,
>
> What are the differences between
> #SSLSessionCache shmht:logs/ssl_scache(512000)
> and
> #SSLSessionCache shmcb:logs/ssl_scache(512000)
> (in ssl.conf file)
>
Two different ways of storing sessions in shared memory -
ht is a hashtable while cb is a cyclic buffer. Look back
in the archive for mails from Geoff Thorpe for all the
gory details.
One thing that came to mind about your problem from the
other day - iirc you had a long session timeout, but a
small sized cache. Try increasing the size and/or lowering
the Timeout - just to make sure you're not exhausting your
session store capacity before the browser times out.
vh
Mads Toftum
--
Speaking at ApacheCon 2003 - http://ApacheCon.com/
T03, "Apache 2 mod_ssl tutorial" (3h)
WE03, "Troubleshooting Apache configurations"
WE11, "Apache mod_rewrite, the Swiss Army Knife of URL manipulation"
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org