SSLSessionCache and SSLMutex

SSLSessionCache and SSLMutex

am 04.09.2009 12:10:05 von Emmanuel Bailleul

Hi,

I've been playing with httpd-2.2.13 / Linux (2.6) in order to optimize
SSL perfs, thus the "SSLSessionCache" & "SSLMutex" directives.

For the moment I use the defaults :

SSLSessionCache "shmcb:/var/run/ssl_scache(512000)"
SSLMutex "file:/var/run/ssl_mutex"

I wonder how I could check that the shared mem segment and the mutex are
really created/used.

In the debug log and the server-status page I can see that Apache writes
stats about shmcb and its usage, but I can't see any "file" in /var/run
on my system (I thought I should have the ssl_mutex one ...).

The output of 'ipcs -as' does not give me anything either ...

Does anyone have ideas on other ways to check that session cache & mutex
are operational on my box ?

Thanks for you help.

Emmanuel Bailleul

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