Hi,
Using Apache 2.4.10 on Ubuntu, I configured SSLSessionCache like
SSLSessionCache shmcb:${APACHE_RUN_DIR}/ssl_scache(512000)
... where APACHE_RUN_DIR is /var/run/apache2.
During operating, the ssl_scache file is not created. However, according
to server-status, there are still entries in the cache.
I don't understand this behavior -- is this normal?